I pasted code from my use case in previous post. In dev mode I cannot afford to use controller for including assets because it takes like 30 seconds to reload page and load all 20 javascripts/stylesheets. Maybe my machine in not fast enough but I think many will have similar problem. Including each asset thru controller means launching sf2 framework instance.
Luke On 16 Maj, 15:24, Kris Wallsmith <[email protected]> wrote: > No, use_controller is still a global setting. I don’t see a need for > specifying this per asset — what is your use case? > > Thanks, > KrisOn Monday, May 16, 2011 at 4:32 AM, Venzon wrote: > > @Kris Wallsmith: I noticed a lot of new changes in your assetic > > > > > > > > > bundle. Config file looks very interesing: > > >https://github.com/symfony/symfony/blob/fd3a8535979b2525c55cd1434ab8f... > > > Is there now a way not to mark some assets as being located in web > > directory (not using controller) ? > > > -- > > 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 developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/symfony-devs?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 developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
