Skip to content

JonDotsoy/browserify-cache-fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browserify-cache-fly 📝✈️

A plugin to Browserify to Ignore the files when they have not been modified.

How to Install

npm install --save-dev browserify-cache-fly

How to Use

const cacheFly = require('browserify-cache-fly')

const bundler = browserify({
  transform: cacheFly(null, babelify)
})
bundler.add('./app.js')
// ...

About

Observe if exists changes in the files, if exists it this is transform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published