You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just took existing issues from existing grunt plugins and tried to solve them. I also got the problem that one plugin had a feature which another closure plugin did not have, eg a banner.
It's my first grunt plugin so it's still in development but it should work for most situations for now
There is a NPM package for closure-compiler, which makes installing it much easier (npm install...).
This package installs the jar in node_modules/closure-compiler/lib/vendor/compiler.jar
Since the last directory is called vendor, but grunt-closure-compiler always expects "build", so it will never work.
Please provide support for the closure-compiler NPM package.
The text was updated successfully, but these errors were encountered: