New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cf-grunt-config

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-grunt-config

Common Grunt tasks for Capital Framework components.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-76.92%
Maintainers
6
Weekly downloads
 
Created
Source

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!

Keywords

FAQs

Package last updated on 19 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc