PlayForm / Compress

🗜️ Compress —
https://NPMJS.Org/@playform/compress
MIT License
479 stars 12 forks source link

Compress.json or Compress.js #384

Open NikolaRHristov opened 1 month ago

NikolaRHristov commented 1 month ago

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