grunt-bower-install-task

0.0.4 • Public • Published

grunt-bower-install-task

Run bower install as a grunt task

Getting Started

This plugin requires Grunt ~0.4.1

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-bower-install-task --save-dev

Once the plugin has been installed, load it inside your Gruntfile and use it as part of your grunt build:

//Load the task
grunt.loadNpmTasks('grunt-bower-install-task');
 
//Use the task as part of your build
grunt.registerTask('init',['_bower_install_' /*, .... your other init tasks */])

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

Readme

Keywords

Package Sidebar

Install

npm i grunt-bower-install-task

Weekly Downloads

78

Version

0.0.4

License

none

Last publish

Collaborators

  • jamestalmage