Compress
Compress copied to clipboard
Compress.json or Compress.js
Be able to load the configuration in:
https://github.com/PlayForm/Compress/blob/Current/Source/Variable/Option.ts
https://github.com/PlayForm/Compress/blob/e2db6b96acde1616c41efdbfb24dfe5f0d223cc5/Source/Function/Integration.ts#L18-L31
from a Compress.json file like so:
{
"Action": {},
"Cache": false,
"CSS": {},
"Exclude": []
}
or a Compress.js file since the actions have to be defined in JavaScript.
{
Action: {},
Cache: false,
CSS: {},
Exclude: []
}