What does the "combine" code do in core 5.2.4

View: New views
3 Messages — Rating Filter:   Alert me  

What does the "combine" code do in core 5.2.4

by Michael Sharman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi guys,

Just wondering if I can get some info on what the "combine" code does
in the 5.2.4 tag of "core"?

/core/packages/farcry/combine/

Reason being our servers are locked down to not allow write access to
any directories unless specified (i.e. specific image upload paths
etc) and it looks like this combine is trying to create a 'cache'
directory. That could answer my question, but an official word is
always nice :)

Thanks,

Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: What does the "combine" code do in core 5.2.4

by Jeff Coughlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I think Mat based it off of Joe Robert's combine.cfc (not 100% sure  
though).  reference: http://combine.riaforge.org/

--
Jeff Coughlin
Web Application Developer
http://jeffcoughlin.com

On Oct 29, 2009, at 6:34 PM, Michael Sharman wrote:

>
> Hi guys,
>
> Just wondering if I can get some info on what the "combine" code does
> in the 5.2.4 tag of "core"?
>
> /core/packages/farcry/combine/
>
> Reason being our servers are locked down to not allow write access to
> any directories unless specified (i.e. specific image upload paths
> etc) and it looks like this combine is trying to create a 'cache'
> directory. That could answer my question, but an official word is
> always nice :)
>
> Thanks,
>
> Michael
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: What does the "combine" code do in core 5.2.4

by modius :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Oct 30, 9:34 am, Michael Sharman <sha...@...> wrote:
> Just wondering if I can get some info on what the "combine" code does
> in the 5.2.4 tag of "core"?
>
> /core/packages/farcry/combine/

Combine merges, minifies and writes to disk with an appropriate ETAG,
all FarCry JS and CSS files. The stuff happening in 5.2.x is a prelude
to being able to load and overload your own JS/CSS for Core to use for
formtools etc.  It provides much improved performance for JS/CSS
delivery in general.  Plus you will be able to designate a CDN for
these writes depending on your environment.

> Reason being our servers are locked down to not allow write access to
> any directories unless specified (i.e. specific image upload paths
> etc) and it looks like this combine is trying to create a 'cache'
> directory. That could answer my question, but an official word is
> always nice :)

You will need to grant write permissions to ./www/cache

-- geoff
http://www.daemon.com.au/

PS. We did consider Joe Robert's combine.cfc (http://
combine.riaforge.org) but in the end wrote our own
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---