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
In the Preprocessor class, the requireCompressMark option is always set to true.
Preprocessor
requireCompressMark
It will be nice if this option can be changed within the deployment.ini file. For example:
deployment.ini
; files to preprocess (defaults to none) preprocess = *.js *.css ; compression mark (default to yes) requireCompressMark = no
If no, the /**! tag is no more requiered.
no
/**!
The text was updated successfully, but these errors were encountered:
Implemented requireCompressMark option (dg#164).
736de60
No branches or pull requests
In the
Preprocessor
class, therequireCompressMark
option is always set to true.It will be nice if this option can be changed within the
deployment.ini
file. For example:If
no
, the/**!
tag is no more requiered.The text was updated successfully, but these errors were encountered: