3.0.4 • Published 6 years ago

abrowserify v3.0.4

Weekly downloads
44
License
MIT
Repository
github
Last release
6 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

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago