This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Releases: cfpb/generator-cf
Releases · cfpb/generator-cf
Bugfix for renamed repo in template
Merge pull request #131 from cfpb/repo-rename Update for renamed repo
v2.2.1 - Updated font-size and repo reference defaults
Fixed
- Updated
@btn-font-sizeto16pxfrom14px. - Updated reference to
developmentfromfront-endto reflect name change of that repo.
v2.2.0 - Updated dependencies
Changed
- Updates installed gulp-eslint to 2.0.0 from 1.0.0.
- Updates installed gulp-autoprefixer to 3.1.0 from 2.3.1
Support for Capital Framework v3.x
Added
- cf-type-testing to ignore list.
Changed
- Migration to Voltrazord: Build processes now use npm instead of Bower.
- Generated build processes use Webpack for bundling JavaScript.
Fixed
- cf-theme-overrides.less now uses new brand palette color variables.
Removed
- All Bower references.
CFPB color palette overhaul
Overhauled color palette in CFPB's brand-palette.less variables file.
Bugfix: JavaScript will now resume building in generated projects
Merge pull request #105 from Scotchester/master Fix typo in Grunt js alias
Added option to use Gulp as build tool
1.3.0 - 2015-10-15
Added
- Added option to use Gulp as project build tool
Changed
- Moved Grunt specific template files to
/gruntdirectory
Generated build process improvements
1.2.0 - 2015-10-13
Added
- Re-adds html5shiv to the list of Bower dependencies.
- Adds
copyto thecssandjstask aliases so that the changes get copied
todist/after they're run.
Fixed
- Grunt
watchupdated so that it only builds what is needed,
depending on what has been changed.
Changed
- Updates the
copytask to include images, include HTML files in subfolders,
exclude HTML files from dependencies, include html5shiv.
Added setup.sh script to generated project
1.1.0 – 2015-08-03
Added
setup.shscript, allowing projects to easily install dependencies and run their first build by running a single shell command.
Stop importing Normalize
1.0.1 – 2015-07-08
Removed
- Normalize.css imports.