What do you mean by "Why dont you think that using base sources of javascripts/stylesheets for dev mode is bad idea?” ?? It’s not realistic to serve the source asset files, if that’s what you’re suggesting. The source files could be written in SASS, for instance, which a browser wouldn’t know what to do with. Source files could also be outside the web directory, for that matter.
StaticAsseticHelper is the helper the PHP templating engine uses when use_controller is false. It calls $view[‘assets’]->getUrl() internally, rather than $view[‘router’]->generate(). Thanks, Kris On Thursday, May 12, 2011 at 8:54 AM, Venzon wrote: Thanks for reply Kris > > Why dont you think that using base sources of javascripts/stylesheets > for dev mode is bad idea? Imho implementing such option in assetic > configuration would be useful for many developers I think. For small > projects running console for css/js development and testing is kinda > big effort and changes will not as fast as pressing F5 :) > > Btw what is StaticAsseticHelper purpose? > > -- > 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
