just-core/http-optimization

Static asset management, js, css etc. Compile to reduce http request load requests, minify to reduce http load times

v0.7.2 2018-02-13 20:49 UTC

This package is auto-updated.

Last update: 2024-04-16 18:26:02 UTC


README

http-optimization

loading 6 million css and especialy js files kills your browser resources lets make all those individual files load in dev so we can debug easily group the files into a reasonably coherent naming convention and we can compile and filter (minify etc.) global and view specific assets.

Assetic supports doing that in a reasonably concise manner

This "plugin" is simply a wrapper for Assetic to be used by the just-core-stub project

Assetic

kriswallsmith/assetic assetic docs