Skip to content

david-driscoll/grunt-bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-bom

A Byte Order Mark removal task for grunt.

WARNING

As a note it does a direct rewrite of the file, just without the BOM, please make sure you have tested grunt-bom before using it any code, just in case for some reason it decides to eat your code for lunch.

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.

About

A Byte Order Mark removal task for grunt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published