abrowserify
Bundle with browserify only when file changed from last time
Installation
$ npm install abrowserify --save
Usage
'use strict' const abrowserify = const co =
Signature
abrowserify(src, dest, options) -> Promise
Params
Name | Type | Description |
---|---|---|
src | string | Source file name |
dest | string | Destination file name |
options | Object | Optional settings |
options.status | string | Status file path |
options.cache | string | Cache file path |
options.reflects | string[] | File patterns to reflects changes |
License
This software is released under the MIT License.