I've just upgrade my project to use symfony 1 beta. Now I have problem loading the prototype javascript library. Looking at the HTML source code, it tries to load the prototype.js on
project_dir/web/sf/prototype/prototype.js
while in fact the file is in
project_dir/web/sf/js/prototype/prototype.js
Do you think this is a bug or this is an error on my side? Is someone else having the same problem?
