Javascript beautifier for grunt
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-beautify
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-beautify');
See the grunt.js gruntfile for an example.
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.
v0.1.0 - Initial release
Copyright (c) 2012 Camille Moncelier Licensed under the MIT license.