Hi I'm new to Catalyst, I found server.pl built-in in catalyst module can not parse jqGrid correctly.
Below is error messages: Error: syntax error Source File: http: //xxx:3000/site/static/js/i18n/grid.locale-en.js Line: 2 Source Code: Error: syntax error Source File: http ://localhost:3000/site/static/js/jquery.jqGrid.min.js Line: 2 Source Code:
But it could parse jquery and jquery-UI perfectly. and There is no any problem if I save it as html page(don't parse by Catalyst server.pl)
Any help are appreciated! Thanks.