cf-grunt-config

1.1.0 • Public • Published

cf-grunt-config

⚠️ This project has been deprecated ⚠️

Build Status

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

  1. 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 to package.json and then running npm install.

    "devDependencies"{
      ...
      "cf-grunt-config": "git://github.com/cfpb/cf-grunt-config.git",
      ...
    }
  2. Reorganize your component's Gruntfile. Use the cf-buttons Gruntfile for guidance.

  3. 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.


Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy

Credits and references

Thanks to Thomas Boyt for the inspiration!

Dependencies (13)

Dev Dependencies (6)

Package Sidebar

Install

npm i cf-grunt-config

Weekly Downloads

2

Version

1.1.0

License

none

Last publish

Collaborators

  • contolini
  • scotchester
  • adamdscott
  • mistergone
  • himedlooff
  • cfpb