Skip to content
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

No support for closure-compiler NPM package #52

Open
edwinm opened this issue Jun 24, 2015 · 3 comments
Open

No support for closure-compiler NPM package #52

edwinm opened this issue Jun 24, 2015 · 3 comments

Comments

@edwinm
Copy link

edwinm commented Jun 24, 2015

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.

@vsa
Copy link

vsa commented Aug 11, 2015

+1

There are already multiple pull requests and forks addressing this issue (e.g., https://github.com/ChadKillingsworth/grunt-closure-compiler/). Any chance to get an updated version published on npm?

@andrewplummer
Copy link

+1

@Zerogiven
Copy link

You can try my work.... looks like this repo isn't very active, so i've decide to make my own closure grunt plugin, but still working on it.

https://www.npmjs.com/package/grunt-google-closure-tools-compiler

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants