-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setting closurePath #38
Comments
+1 |
1 similar comment
+1 |
I saw this, but I don't think it's a very good solution: A think a better solution would be...
|
+1 |
2 similar comments
+1 |
+1 |
I agree the current situation is not ideal. The best approach would be to ship |
👍 |
@gmarty Closure compiler is now officially published to npm. Perhaps the compiler should be listed as a node peer dependency? That would allow users to control the version of the compiler separately from the grunt plugin. |
Apparently |
+1 |
The official distribution of closure-compiler has a grunt and gulp plugin included. |
if 'closurePath' is a direct filepath to the closure jar file you should make it so it can use that instead of concatenating /build/compiler.jar at the end all the time.
The text was updated successfully, but these errors were encountered: