jsdf / browserify-incremental

incremental rebuild for browserify
175 stars 13 forks source link

Transform from command line is not working #2

Closed niloy closed 8 years ago

niloy commented 9 years ago

I used the following command:

browserifyinc -t brfs src/js/app.js -o build/out.js

The brfs transform doesn't get applied.

jsdf commented 9 years ago

Yeah I think this is a cache invalidation issue as brfs makes code files dependent on other external files. I'll sort it out soon