browserify-incremental icon indicating copy to clipboard operation
browserify-incremental copied to clipboard

Cache isn't invalidated when file is removed

Open Macil opened this issue 9 years ago • 1 comments
trafficstars

Splitting this issue report out from https://github.com/jsdf/browserify-incremental/issues/14#issuecomment-108539891.

$ npm install browserify browserify-incremental
$ echo "require('./b.js')" > a.js
$ echo "console.log('hi')" > b.js
$ ./node_modules/.bin/browserifyinc a.js -o app.js
$ rm b.js
$ ./node_modules/.bin/browserifyinc a.js -o app.js
$ node app.js
hi

Macil avatar Jul 28 '16 22:07 Macil

@jsdf is this an issue still?

dcousens avatar Jan 11 '17 08:01 dcousens