grunt-bowerful
v0.3.0
Published
Specify bower packages directly in grunt file.
Downloads
9
Readme
grunt-bowerful
Forget the components.json!: install your bower packages directly from grunt.
Getting Started
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-bowerful
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-bowerful');
grunt.initConfig({
bowerful: {
/*
store (optional) -> path where components are installed. defaults
to 'components'
*/
store: 'components',
/*
dest (optional) -> directory where files will be merged. Merged
files take the form:
assets[.extension] = { merged files of extension type }
dest: 'public',
packages: {
bootstrap: '~2.2.1',
jquery: '~1.8.3',
ember: '~1.0.0-pre.2'
},
}
Documentation
(Coming soon)
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)
License
Copyright (c) 2012 Karl Gyllstrom
Licensed under the MIT license.