grunt-newline-br

1.0.0 • Public • Published

grunt-newline-br Build Status

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

Package Sidebar

Install

npm i grunt-newline-br

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • arthurvr