Wizcorp / component-uglifyjs

UglifyJS plugin for component-builder
5 stars 1 forks source link

minifying build.require? #1

Open jasonkuhrt opened 11 years ago

jasonkuhrt commented 11 years ago

This does not seem to minify build.require. Either this should be resolved or insight and warning regarding this issue should be documented in the Readme, including recommended minification workflow.

ronkorving commented 11 years ago

Thanks for the pointer, you're absolutely right. The obvious preferred solution is to uglify the function itself, but I haven't looked into it yet if that's possible. Feel free to have a look yourself though :) Alternatively, you may write that information in our readme. I'm always happy to accept pull requests.

jasonkuhrt commented 11 years ago

Good to know, I will see what I can do.