[Issue 15449] CSS and JS files should be minified and concatenated
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 30 01:47:23 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=15449
Seb <greensunny12 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greensunny12 at gmail.com
--- Comment #1 from Seb <greensunny12 at gmail.com> ---
The currently optional solution to make POST request to some external site
isn't enabled because it doesn't work well.
I just looked at our options in 2018 and it looks really bad.
Everyone just seems to be packaging huge JS bundles or Java archives .. Great
:/
I found:
- YUI (Java)
- Closure Compiler (Java)
- https://github.com/mishoo/UglifyJS2 (NPM)
- https://github.com/matthiasmullie/minify (PHP)
I will pick YUI because it's in Debian stable
(https://packages.debian.org/wheezy/yui-compressor) and supports JS + CSS.
--
More information about the Digitalmars-d-bugs
mailing list