Compress icon indicating copy to clipboard operation
Compress copied to clipboard

Compress.json or Compress.js

Open NikolaRHristov opened this issue 1 year ago • 0 comments

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: []
}

NikolaRHristov avatar Jul 17 '24 03:07 NikolaRHristov