closure-util
closure-util copied to clipboard
Add ability to compile static libraries
It's impossible right now to compile static libraries (e.g jquery, underscrore, etc) using closure-util, it just cuts them out and compiles only closure dependencies. This change allows to add all static libraries to config.static: [] and they all will be prepended to bundle file.
Is there any feedback for the PR?