-
-
As mentioned in https://github.com/enforge-de/enforge.de/issues/7, this issue should be tracked here.
-
Now that we have CSS and JS minification, we could implement HTML minification as well.
Wolfr updated
3 years ago
-
The code currently is not supporting minification for the "terminal" directive:
.directive('terminal', function ($document) {...}
It should be:
.directive('terminal', ['$document", function ($docu…
-
Hey! Can u add minifications settings for cc.js file, maybe minify png by TinyPng. Its really cool bundling in one file, but lib without anything for 3D 2.4 mb hard usefull for playable Ads. When asse…
-
I'm going to be sending a PR for this (hopefully) by the end of the week :santa:
-
Need to create an ANT task to create a minified css and js file for the cf-compendium files.
-
Main image is 2MB. UNACCEPTABLE. Make smaller on all devices, especially on mobile.
-
It would be helpful if the puma plugin could permit configuration of the TailwindCSS watcher in debug mode (to generate non-minified output). It seems this is only possible when starting the watcher …
-
Hello @JorgenVatle
We recently optimized the project and wanted to get rid of unnecessary dependencies. I thought that since Vite builds the client, the `standard-minifier-js` and `standard-minifie…