On 8 Mar 2009, at 04:52, Lawrence Krubner wrote:

> I didn't want to hard code the path, so I moved it to view.yml:
>
> all:
>  javascripts:
>    - /bocahoops/web/js/jquery/jquery-1.3.1.js

This really isn't rocket science.

in /apps/<app>/config/view.yml

all:
   javascripts: [jquery/jquery-1.3.1.js]

The path is relative to you web/js dir

--~--~---------~--~----~------------~-------~--~----~
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