use https://github.com/rande/swCombinePlugin/


On 10 janv. 2011, at 23:11, Felix E. Klee wrote:

> On Sun, Jan 9, 2011 at 7:51 PM, Tom Boutell <t...@punkave.com> wrote:
>> Apostrophe (a CMS plugin for Symfony, among other things) includes a
>> minifier for JS and CSS which is integrated into Symfony so that
>> whatever you have in view.yml, etc. will wind up as part of the
>> minified bundle.
> 
> Sounds good - thanks for the suggestion! May try that once the project
> is updated to Symfony 1.4. Some more questions, though:
> 
> * The Apostrophe minifier bundles all JS into one file and minifies
>  that?
> 
> * What technology is the Apostrophe minifier based on?
> 
>> If you're going to use Closure you should probably use it all the
>> time, even in dev, to make sure your code that works in dev will work
>> in production.
> 
> I would do the testing on a staging server first. Sorry for possible
> confusion: When saying "production" in my original email, I meant the
> Symfony "prod" environment, which may very well run on a staging server.
> 
>> Closure is pretty amazing stuff - if you truly need a hardcore
>> optimizer and linter of your JS code, go for it.
> 
> Don't know yet if Closure makes sense for us. There are some performance
> problems with the current UI on old machines. But if closure helps,
> actually I doubt it. In any case, Closure also has a simple and nice
> minifier.
> 
> -- 
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
> 
> 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

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to