
all my rails friends are shitting themselves about some new "asset pipeline" which takes your individual css and js files and minifies and combines them into a single file to send to clients. as far as I can tell, this brand-new-killer-omfg-feature is what yesod has been doing from the beginning. what am I missing? max

nothing :)
Rails will also be able to flush the head of the page to the client and
stream the rest of the response to allow the client to begin asset
downloading earlier while the rest of the page is constructed. Something we
could look into, but it adds complexity and it remains to be seen if that
actually translates to noticeably better performance.
Greg Weber
On Tue, Jun 7, 2011 at 8:21 AM, Max Cantor
all my rails friends are shitting themselves about some new "asset pipeline" which takes your individual css and js files and minifies and combines them into a single file to send to clients. as far as I can tell, this brand-new-killer-omfg-feature is what yesod has been doing from the beginning. what am I missing?
max
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (2)
-
Greg Weber
-
Max Cantor