Bugzilla – Bug 14384
Implement JS/CSS caching/hashing
Last modified: 2010-06-17 03:23:40 UTC
Some good ideas in this article we should think about implementing: http://blog.greenfelt.net/2009/09/01/caching-javascript-safely/
estimating hours
Created attachment 6872 [details] bundle & minify JS files, cache results
change 8348: JS minification - https://svn.slimdevices.com/network?rev=8348&view=rev
== Auto-comment from SVN commit #8364 to the network repo by mherger == == http://svn.slimdevices.com/network?view=revision&revision=8364 == Bug: 14384 Description: add minification/hashing of stylesheets using CSS::Minifier::XS. Manipulate the CSS rules to fix refernenced files on the fly.
== Auto-comment from SVN commit #8365 to the network repo by mherger == == http://svn.slimdevices.com/network?view=revision&revision=8365 == Bug: 14384 Description: add minification/hashing of stylesheets using CSS::Minifier::XS. Rename javascript filter to minify_js.
== Auto-comment from SVN commit #8366 to the network repo by mherger == == http://svn.slimdevices.com/network?view=revision&revision=8366 == Fixed Bug: 14384 Description: apply new minifying rules to page templates