ForbesLindesay / browserify-middleware

express middleware for browserify, done right
http://browserify.org
MIT License
381 stars 66 forks source link

Remove references to defunct `precompile` setting #88

Open jonpacker opened 8 years ago

jonpacker commented 8 years ago

This PR removes all references to the precompile option as it does nothing anymore.

I got pretty confused today by reading the documentation and then browsing the source code trying to figure out how the precompilation was working. Turns out the option was removed a while ago (as referenced in #78) in favour of it being always-on.