I used to do the following at the end of the HTML file that loads my app:
- <script type='text/javascript' src='../steal/steal.production.js?myapp'></script>
Should this become:
- <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.