grunt-newline-br
v1.0.0
Published
Prepend a `<br>` tag before newlines
Downloads
5
Readme
grunt-newline-br
Prepend a
<br>
tag before newlines using newline-br
Install
$ npm install --save grunt-newline-br
Usage
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