grunt-newline-br
v1.0.0
Published
Prepend a `<br>` tag before newlines
Readme
grunt-newline-br 
Prepend a
<br>tag before newlines using newline-br
Install
$ npm install --save grunt-newline-brUsage
module.exports = function (grunt) {
grunt.initConfig({
newlineBr: {
test: {
files: {
'test/tmp/fixture.txt': 'test/fixture.txt'
}
}
}
});
grunt.loadNpmTasks('grunt-newline-br');
}License
MIT © Arthur Verschaeve
