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
Be able to load the configuration in:
https://github.com/PlayForm/Compress/blob/Current/Source/Variable/Option.ts
Compress/Source/Function/Integration.ts
Lines 18 to 31 in e2db6b9
from a Compress.json file like so:
Compress.json
{ "Action": {}, "Cache": false, "CSS": {}, "Exclude": [] }
or a Compress.js file since the actions have to be defined in JavaScript.
Compress.js
{ Action: {}, Cache: false, CSS: {}, Exclude: [] }
The text was updated successfully, but these errors were encountered:
NikolaRHristov
No branches or pull requests
Be able to load the configuration in:
https://github.com/PlayForm/Compress/blob/Current/Source/Variable/Option.ts
Compress/Source/Function/Integration.ts
Lines 18 to 31 in e2db6b9
from a
Compress.json
file like so:or a
Compress.js
file since the actions have to be defined in JavaScript.The text was updated successfully, but these errors were encountered: