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
I have a simple code to add DEBUG informations during development.
/** * For the Closure compiler * @define {boolean} */ var DEBUG = true; [...] DEBUG && log(stuff);
The Closure compiler's documentation states that you can force a variable with the parameter : --define='DEBUG=false'
--define='DEBUG=false'
I don't see a way to inject this parameter with samaxes. Is it possible?
The text was updated successfully, but these errors were encountered:
Just added support for this in version 1.7.5.
Sorry, something went wrong.
samaxes
No branches or pull requests
I have a simple code to add DEBUG informations during development.
The Closure compiler's documentation states that you can force a variable with the parameter :
--define='DEBUG=false'
I don't see a way to inject this parameter with samaxes. Is it possible?
The text was updated successfully, but these errors were encountered: