Re: CSS / JS Compression

2012-09-26 Thread Glauco Custódio
javascript: [mailto: cake...@googlegroups.com javascript:] *On Behalf Of *mark_story *Sent:* Saturday, July 14, 2012 10:58 PM *To:* cake...@googlegroups.com javascript: *Subject:* Re: CSS / JS Compression I wrote one, its on github. http://github.com/markstory/asset_compress

Re: CSS / JS Compression

2012-07-15 Thread mark_story
define different sets of js / css in a remote file. *From:* cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] *On Behalf Of *mark_story *Sent:* Saturday, July 14, 2012 10:58 PM *To:* cake-php@googlegroups.com *Subject:* Re: CSS / JS Compression I wrote one, its

Re: CSS / JS Compression

2012-07-15 Thread WyriHaximus
Of *mark_story *Sent:* Saturday, July 14, 2012 10:58 PM *To:* cake-php@googlegroups.com *Subject:* Re: CSS / JS Compression I wrote one, its on github. http://github.com/markstory/asset_compress. It affords the ability to concatenate and minify files. It also allows you

RE: CSS / JS Compression

2012-07-15 Thread Advantage+
@googlegroups.com Subject: Re: CSS / JS Compression I've found overtime that having explicit build files makes life much easier in the long run. AssetCompress does have support for anonymous builds as well https://github.com/markstory/asset_compress/wiki/Helper-usage -Mark On Saturday

RE: CSS / JS Compression

2012-07-15 Thread AD7six
I will take another look. Just first off the first thing I thought was ok this age needs these 5 js scripts, other page needs 2, 15 pages need a different 6, all and all my site has close to 1000 views and 50% have a combination of different required scripts so just though ok which confing

Re: CSS / JS Compression

2012-07-14 Thread mark_story
I wrote one, its on github. http://github.com/markstory/asset_compress. It affords the ability to concatenate and minify files. It also allows you to integrate preprocessors like less, sass and coffee-script into your projects. -Mark On Saturday, 14 July 2012 17:27:34 UTC-4, advantage+

RE: CSS / JS Compression

2012-07-14 Thread Advantage+
than define different sets of js / css in a remote file. From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of mark_story Sent: Saturday, July 14, 2012 10:58 PM To: cake-php@googlegroups.com Subject: Re: CSS / JS Compression I wrote one, its on github. http

Re: CSS / JS Compression

2012-07-14 Thread Thiago Belem
:* Saturday, July 14, 2012 10:58 PM *To:* cake-php@googlegroups.com *Subject:* Re: CSS / JS Compression ** ** I wrote one, its on github. ** ** http://github.com/markstory/asset_compress. ** ** It affords the ability to concatenate and minify files. It also allows you to integrate