grunt-byte-order-mark
v0.1.0
Published
Grunt task to add or remove BOM from files
Readme
grunt-contrib-bom

Grunt task to strip or add BOM to files
npm install grunt-byte-order-mark --save-devgrunt.loadNpmTasks('grunt-byte-order-mark');bom: {
addBom: {
src: 'file-wihtout-bom.txt',
options: {
add: true
}
},
removeBom: {
src: 'file-wiht-bom.txt',
options: {
remove: true
}
}
}Lets go dancing!
