nikku / karma-browserify

A fast Browserify integration for Karma that handles large projects with ease
MIT License
321 stars 49 forks source link

Don't wrap browserify in watchify when autoWatch=false #147

Closed pmowrer closed 9 years ago

pmowrer commented 9 years ago

When autoWatch=false, there's a conditional to keep watchify from rebundling. However, browserify is still always wrapped in watchify, generating a transform that creates watchers for all files passing through, which can be quite expensive, especially considering they serve no purpose.