-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
| const { | |
| Path, | |
| Cache, | |
| Logger, | |
| Map: _Map, | |
| Exclude, | |
| Action, | |
| CSS, | |
| HTML, | |
| Image, | |
| JavaScript, | |
| SVG, | |
| Parser, | |
| } = Merge(Default, _Option); |
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: []
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed