prependify
v1.3.0
Published
Prepend your browserify generated bundle with any given text.
Downloads
90
Maintainers
Readme
prependify
Prepend your Browserify generated bundle with any given text.
Install
npm install prependifyUsage
var browserify = require('browserify')
var prependify = require('prependify')
var b = browserify()
b.add('/path/to/your/file')
b.plugin(prependify, 'some text')
b.bundle().pipe(somewhere)Related
- licensify: Browserify plugin to prepend license header to your bundle
License
MIT
