ns47731
Results
2
issues of
ns47731
When aggregating multiple files some of which are already minified and shouldn't be hit with a 2nd round you might do the following ``` xml app.js zones.js jquery.min.js ``` What...
enhancement
Allow an optional setting CORS header. Thinking something like `--access-origin *` Alternatively just allow the setting of a header: `--header "Access-Control-Allow-Origin: *"` https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS