[symfony-users] Re: symfony build scripts

2009-09-28 Thread Eno

On Mon, 28 Sep 2009, Davinder wrote:

 I've done a bit of searching on the mailing lists, wiki, forums etc,
 to see if anyone has written some build scripts that help to
 facilitate in the qa/production deployments.
 
 I'm looking for something that will be able to compress the css and js
 (with yui compressor), add a build number to an url, add the url to
 the view.yml file, put the right controllers into a package, compress
 and deploy to a server. I know of a proprietary system that does this
 at my old work place but I'm looking for something open source that
 does something similar.


Use Capistrano. Or Phing/Pake. Or just make them CLI tasks in symfony 
project.



-- 




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: symfony build scripts

2009-09-28 Thread Alexandru-Emil Lupu
On Mon, Sep 28, 2009 at 10:12 PM, Davinder davin...@mahal.org wrote:


 Hi,

 I've done a bit of searching on the mailing lists, wiki, forums etc,
 to see if anyone has written some build scripts that help to
 facilitate in the qa/production deployments.

 I'm looking for something that will be able to compress the css and js
 (with yui compressor), add a build number to an url, add the url to
 the view.yml file, put the right controllers into a package, compress
 and deploy to a server. I know of a proprietary system that does this
 at my old work place but I'm looking for something open source that
 does something similar.

 http://www.symfony-project.org/plugins/sfMinifyPlugin
and also, you might build your own task. AFAIK is nothing built to be able
to do what you asked for... at least not on sf platform.
Check capistrano, as Eno said
Alecs

 If anyone knows of anything please let me know.

 Thanks!

 Davinder
 



-- 
As programmers create bigger  better idiot proof programs, so the universe
creates bigger  better idiots!
I am on web:  http://www.alecslupu.ro/
I am on twitter: http://twitter.com/alecslupu
I am on linkedIn: http://www.linkedin.com/in/alecslupu
Tel: (+4)0748.543.798

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: symfony build scripts

2009-09-28 Thread Richtermeister

Hey Davinder,

I've been using the sfCombinePlugin for that, works very well.
My only issue is that it doesn't yet take the media parameter into
consideration, so by default it would lump a print stylesheet together
with screen ones.. Easy enough to manually add though.

Daniel



On Sep 28, 12:12 pm, Davinder davin...@mahal.org wrote:
 Hi,

 I've done a bit of searching on the mailing lists, wiki, forums etc,
 to see if anyone has written some build scripts that help to
 facilitate in the qa/production deployments.

 I'm looking for something that will be able to compress the css and js
 (with yui compressor), add a build number to an url, add the url to
 the view.yml file, put the right controllers into a package, compress
 and deploy to a server. I know of a proprietary system that does this
 at my old work place but I'm looking for something open source that
 does something similar.

 If anyone knows of anything please let me know.

 Thanks!

 Davinder
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: symfony build scripts

2009-09-28 Thread Davinder

Hi everyone,

I'll take a look at the suggestions given. Thanks for the great
information!

Davinder

On Sep 28, 2:52 pm, Richtermeister nex...@gmail.com wrote:
 Hey Davinder,

 I've been using the sfCombinePlugin for that, works very well.
 My only issue is that it doesn't yet take the media parameter into
 consideration, so by default it would lump a print stylesheet together
 with screen ones.. Easy enough to manually add though.

 Daniel

 On Sep 28, 12:12 pm, Davinder davin...@mahal.org wrote:



  Hi,

  I've done a bit of searching on the mailing lists, wiki, forums etc,
  to see if anyone has written some build scripts that help to
  facilitate in the qa/production deployments.

  I'm looking for something that will be able to compress the css and js
  (with yui compressor), add a build number to an url, add the url to
  the view.yml file, put the right controllers into a package, compress
  and deploy to a server. I know of a proprietary system that does this
  at my old work place but I'm looking for something open source that
  does something similar.

  If anyone knows of anything please let me know.

  Thanks!

  Davinder
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---