grunt-bom
v0.1.0
Published
A task to remove the BOM for any file you want.
Downloads
3
Readme
grunt-bom
A Byte Order Mark removal task for grunt.
Getting Started
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-bom
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-bom');
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 David Driscoll
Licensed under the MIT license.