marplesoft

Results 4 comments of marplesoft

Yes but then usemin is re-minifying libraries like jquery that already provide minified versions. It slows build time - that's the main thing. But also without knowledge of a library's...

Don't assume that all libraries follow the basename.min.js convention. Maybe that's the default, but you should be able to override that.

What if a dependency system like Bower is bring used? Then the user has do a `bower install` and then manually rename a bunch of files? Also makes it difficult...