Displaying 3 results from an estimated 3 matches for "assetpackag".
Did you mean:
assetpackager
2006 Jun 19
0
AssetPackager released! Compress, merge, cache and version your JavaScripts and CSS Stylesheets
Hello all,
I''m announcing a new version of my plugin AssetPackager (formerly
known as MergeJS). Biggest new feature? It now merges and compresses
CSS files as well!
New Features:
* support for css files
* versioning of individual packages
* use of more meaningful subversion revision numbers (if
available) (thanks Chris Van Pelt!)
* namespaced ra...
2007 Aug 09
3
javascript_include_tag - release number instead of time stamp
I''ve noticed that the major part of my pages'' load time is the
Javascript for prototype and effects. Instead of forcing a reload per
request (by attaching the ?timestamp parameter), I''d like to force
reload this per release.
Right now, I load the CSS and JS manually (without the Rails helpers)
and just append a release number manually. It''s OK, but when I
2007 Oct 05
9
Rearchitect the new :cache feature of javascript_include_tag, similar to ToolbawksPacker
...all executed javascript_include_tags and
stylesheet_link_tag on any converged view (combines all partials and such)
and builds a list of js and css files respectively and uses that to form a
cache. In additon, it also minifies the JS using JSMin and uses a basic
minification technique initiated by AssetPackager (
http://synthesis.sbecker.net/pages/asset_packager) and takes it to the next
level.
Any chance we could see this as an enhanced technique to increase the core
functionality of this :cache feature? Right now it''s on a single
javascript_include_tag and from what I have read, and it doesn...