We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing the plugin in MacOS, the bash scripts are created without the execute bit set:
-rw-r--r-- 1 breves staff 366B 20 Out 16:21 google-closure-compiler
Steps to reproduce the behavior:
Permission denied
Environment (please complete the following information):
After I did a chmod a+x google-closure-compiler it worked:
chmod a+x google-closure-compiler
-rwxr-xr-x 1 breves staff 366B 20 Out 16:21 google-closure-compiler
The text was updated successfully, but these errors were encountered:
Thx, interesting problem. I will have a look how I can fix this. Will search for a mac. If you know how to fix this, a PR is very welcome :)
Sorry, something went wrong.
No branches or pull requests
When installing the plugin in MacOS, the bash scripts are created without the execute bit set:
Steps to reproduce the behavior:
Permission denied
error on outputEnvironment (please complete the following information):
After I did a
chmod a+x google-closure-compiler
it worked:The text was updated successfully, but these errors were encountered: