[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 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, 7:05 am, pghoratiu

[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 wrote: > Did you clear the cache? > >     gabriel > > On Jul 19, 2:20 am, Javier Garcia wrote: > > > Hi, > > > I'm loading correctly these .js in the dev enviroment: >

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

2010-07-19 Thread Javier Garcia
yes On Jul 19, 7:05 am, pghoratiu wrote: > Did you clear the cache? > >     gabriel > > On Jul 19, 2:20 am, Javier Garcia wrote: > > > Hi, > > > I'm loading correctly these .js in the dev enviroment: > > > > > > use_javascript('/sfJqueryReloadedPlugin/js/plugins/jquery-ui-1.7.2.custom.m > > i

[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 wrote: > Hi, > > I'm loading correctly these .js in the dev enviroment: > > > use_javascript('/sfJqueryReloadedPlugin/js/plugins/jquery-ui-1.7.2.custom.m > in') > ?> > > but in the prod enviroment the second one is not loa