Hi, I'm trying to make my first own plugin... I've got some js and css required in this plugin... so, I put them in the directory /plugings/ myPluging/web/js/ & /plugings/myPluging/web/css/... In the /plugings/ myPluging/config/view.yml I call them... That's a part of the view.yml : default: stylesheets: [jquery/theme.css] javascripts: [jquery/jquery-1.3.2.min.js]
My application load without success the http://my_url/js/jquery/jquery-1.3.2.min.js & http://my_url/css/jquery/theme.css because they are not in my main web directory... What have I to do? Copy paste the content of my plugin directory web into my main web directory ? Do I need to make a task for that? Thanks for your answered --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---