3.0.4 • Published 7 years ago

abrowserify v3.0.4

Weekly downloads
44
License
MIT
Repository
github
Last release
7 years ago

abrowserify

Build Status npm Version JS Standard

Bundle with browserify only when file changed from last time

Installation

$ npm install abrowserify --save

Usage

'use strict'

const abrowserify = require('abrowserify')
const co = require('co')

co(function * () {
  yield abrowserify('src/entrypoint.js', 'public/bundle.js', {
    debug: true
  })
}).catch((err) => console.error(err))

Signature

abrowserify(src, dest, options) -> Promise

Params

NameTypeDescription
srcstringSource file name
deststringDestination file name
optionsObjectOptional settings
options.statusstringStatus file path
options.cachestringCache file path
options.reflectsstring[]File patterns to reflects changes

License

This software is released under the MIT License.

Links

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago