A grunt plugin to compile resources using brunch plugins.
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-brunch
Then add this line to your project's grunt.js
gruntfile:
task.loadNpmTasks('grunt-brunch');
(Coming soon)
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.
(Nothing yet)
Copyright (c) 2012 Jim Puls
Licensed under the MIT license.