Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : steal{ loaded: 'production.css' } not working

$
0
0
I used to do the following at the end of the HTML file that loads my app:
  1. <script type='text/javascript' src='../steal/steal.production.js?myapp'></script>

Should this become:
  1. <script type='text/javascript' src='../steal/steal.production.js'></script>

If so, I am getting an 404 error trying to load jquery. It's trying to load it using the wrong URL path.


Viewing all articles
Browse latest Browse all 3491

Trending Articles