cf-grunt-config
v1.1.0
Published
Common Grunt tasks for Capital Framework components.
Downloads
45
Readme
cf-grunt-config
⚠️ This project has been deprecated ⚠️
Common Grunt task configurations for Capital Framework components. Capital Framework is a front end framework developed at the Consumer Financial Protection Bureau.
The current version number can be found in package.json and follows Semantic Versioning 2.0. Release notes are recorded in the CHANGELOG.
If you're new to Capital Framework, we encourage you to start here.
How to use these tasks
Install this package and save it as a component dependency, either by running
npm install --save-dev git://github.com/cfpb/cf-grunt-config.git
, or by manually adding it topackage.json
and then runningnpm install
."devDependencies": { ... "cf-grunt-config": "git://github.com/cfpb/cf-grunt-config.git", ... }
Reorganize your component's Gruntfile. Use the cf-buttons Gruntfile for guidance.
Access the tasks as you normally would, either individually or by creating compound tasks in the component's Gruntfile.
Getting involved
We welcome your feedback and contributions. Run npm test
prior to submitting a
pull request to check for regressions.
- Find out about contributing
- File a bug using this handy template
Open source licensing info
Credits and references
Thanks to Thomas Boyt for the inspiration!