[symfony-users] Re: .js is not loaded in prod enviroment

2010-07-19 Thread Javier Garcia
yes On Jul 19, 7:05 am, pghoratiu pghora...@gmail.com wrote: Did you clear the cache?     gabriel On Jul 19, 2:20 am, Javier Garcia tirengar...@gmail.com wrote: Hi, I'm loading correctly these .js in the dev enviroment: ?php

[symfony-users] Re: .js is not loaded in prod enviroment

2010-07-19 Thread Javier Garcia
Well I just added .js in the name of the file (jquery- ui-1.7.2.custom.min.js) and it's working. On Jul 19, 7:05 am, pghoratiu pghora...@gmail.com wrote: Did you clear the cache?     gabriel On Jul 19, 2:20 am, Javier Garcia tirengar...@gmail.com wrote: Hi, I'm loading correctly these

[symfony-users] Re: .js is not loaded in prod enviroment

2010-07-19 Thread pghoratiu
This type of problems can be found easily with Firefox - Firebug extension, resources return 404 message. gabriel On Jul 19, 1:09 pm, Javier Garcia tirengar...@gmail.com wrote: Well I just added .js in the name of the file (jquery- ui-1.7.2.custom.min.js) and it's working. On Jul 19,

[symfony-users] Re: .js is not loaded in prod enviroment

2010-07-18 Thread pghoratiu
Did you clear the cache? gabriel On Jul 19, 2:20 am, Javier Garcia tirengar...@gmail.com wrote: Hi, I'm loading correctly these .js in the dev enviroment: ?php use_javascript('/sfJqueryReloadedPlugin/js/jquery-1.3.2.min.js') ? ?php