I think you are asking about a current limitation of Assetic. You are able to include an asset from a bundle using the @MyBundle notation and that asset will be moved to your web directory, but none of the files that asset relies on will be (i.e. images referenced by a stylesheet).
I will address this in the next version of Assetic. In the meantime I recommend you keep all of your assets in the web directory using the assets:install command and avoid using the @MyBundle notation in your Assetic tags. Thanks, Kris On Tuesday, July 5, 2011 at 12:06 PM, Guilherme Santos wrote: > the unique way to make symlinks is through http.ini creating a alias for de > correct directory or there's way programatically in symfony? > > thanks! > > 2011/7/5 matty <[email protected] (mailto:[email protected])> > > Either use cssrewrite assetic filter or set up necessary symlinks to > > match the file path used in CSS. > > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > > security at symfony-project.com (http://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] > > (mailto:[email protected]) > > To unsubscribe from this group, send email to > > [email protected] > > (mailto:symfony-devs%[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 (http://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] > (mailto:[email protected]) > To unsubscribe from this group, send email to > [email protected] > (mailto:[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
