<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" version="2.0">
  <channel>
    <title>Recent Posts in 'Pack and compress all files' | Prototype UI</title>
    <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <atom:link rel="search" type="application/opensearchdescription+xml" href="http://forums.prototype-ui.com/open_search.xml"/>
    <description></description>
    <item>
      <title>Pack and compress all files replied by starpeak @ Tue, 27 May 2008 12:43:04 -0000</title>
      <description>&lt;p&gt;i used it in a rails 1.2 projekt &amp;#8211; but i&amp;#8217;m didn&amp;#8217;t need a css url rewrite there. So I&amp;#8217;m not sure if that would be done by asset_packager. But I think I would use it as base or at least inspiration for an own packager in rails.&lt;/p&gt;


	&lt;p&gt;One thing i don&amp;#8217;t like about asset_packager is the needed rake for creating the packed assets. I more like the way rails 2 does the task transparently.&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 12:43:04 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:444</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by ZenCocoon @ Tue, 27 May 2008 12:07:39 -0000</title>
      <description>&lt;p&gt;Did you check asset_packager ? (Link above)&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 12:07:39 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:443</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by starpeak @ Thu, 22 May 2008 23:53:28 -0000</title>
      <description>&lt;p&gt;i think it would be more a rails 2.2 push ;) i think until then i would build a plugin&lt;/p&gt;


	&lt;p&gt;should be a possible task as i have it already got solved in php.&lt;/p&gt;


	&lt;p&gt;the only problem is that i still got no solution for the cloning problem and neither for the time compression, so i could not say when that would be done :)&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 23:53:28 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:433</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by ZenCocoon @ Thu, 22 May 2008 19:07:46 -0000</title>
      <description>&lt;p&gt;Right, would be good to have rails supporting compression for cached files.&lt;br /&gt;If you feel like running for a great patch, that&amp;#8217;s the right time as rails 2.1 should come out soon, so patches should be send really soon and pushed to be in ;-)&lt;/p&gt;


	&lt;p&gt;If you can get the &lt;span class="caps"&gt;CSS&lt;/span&gt; cache issue regarding relative linked image as well that would be simply fantastic.&lt;/p&gt;


	&lt;p&gt;Hope to see you posting the patch to be included in 2.1 ;-)&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 19:07:46 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:432</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by starpeak @ Wed, 21 May 2008 22:39:14 -0000</title>
      <description>&lt;p&gt;The :cache option seems to be missing a compressor &amp;#8211; that should be fixed in a future release of rails.&lt;br /&gt;Also it cannot compress the css as it looses the relativly linked images. My &lt;span class="caps"&gt;PHP&lt;/span&gt; Framework can handle both issues. Perhaps I should write a rail plugin that does both the same way.&lt;/p&gt;</description>
      <pubDate>Wed, 21 May 2008 22:39:14 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:426</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by ZenCocoon @ Wed, 21 May 2008 21:41:38 -0000</title>
      <description>&lt;p&gt;Sure that&amp;#8217;s great for merging them all together but asset_packager also minify them so brings the weight even lower. if I remember well even if you use gzip after it.&lt;/p&gt;</description>
      <pubDate>Wed, 21 May 2008 21:41:38 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:425</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by starpeak @ Tue, 20 May 2008 13:26:53 -0000</title>
      <description>&lt;p&gt;On Rails 2 you could just use the :cache option on stylesheet_link_tag or javascript_include_tag.&lt;/p&gt;


	&lt;p&gt;See &lt;a href="http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html"&gt;http://api.rubyonrails.org/classes/ActionView/H&amp;#8230;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 20 May 2008 13:26:53 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:424</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by ZenCocoon @ Tue, 20 May 2008 13:03:18 -0000</title>
      <description>&lt;p&gt;For the one using Ruby on Rails I would recommend &lt;a href="http://synthesis.sbecker.net/pages/asset_packager"&gt;asset_packager&lt;/a&gt; It merge and minify files in production while keeping them separated for development to provide easy debugging.&lt;br /&gt;Used with GZip it provide a real weight / speed improvement.&lt;/p&gt;</description>
      <pubDate>Tue, 20 May 2008 13:03:18 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:421</guid>
      <author>ZenCocoon</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by starpeak @ Fri, 18 Apr 2008 08:24:56 -0000</title>
      <description>&lt;p&gt;The easy way would be merging the files in this order and using a js packer. You also could load the scripts on the server and put them together and use a packer (like &lt;a href="http://code.google.com/p/jsmin-php/"&gt;http://code.google.com/p/jsmin-php/&lt;/a&gt; for php)&lt;/p&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:24:56 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:348</guid>
      <author>starpeak</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
    <item>
      <title>Pack and compress all files replied by Jason @ Thu, 17 Apr 2008 09:23:30 -0000</title>
      <description>&lt;p&gt;Is there a way to pack into one compressed file all prototypeJS, scriptaculous and prototype-ui?&lt;/p&gt;</description>
      <pubDate>Thu, 17 Apr 2008 09:23:30 -0000</pubDate>
      <guid isPermaLink="false">forums.prototype-ui.com:6:119:338</guid>
      <author>Jason</author>
      <link>http://forums.prototype-ui.com/forums/6/topics/119</link>
    </item>
  </channel>
</rss>
