Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
/ abrowserify Public archive

Bundle with browserify only when file changed from last time.

License

Notifications You must be signed in to change notification settings

a-labo/abrowserify

Repository files navigation

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

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.

Links

About

Bundle with browserify only when file changed from last time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published