aurelia / skeleton-navigation

Starter kits for building a standard navigation-style app with Aurelia.
Creative Commons Zero v1.0 Universal
732 stars 512 forks source link

Bootstrap olders browsers: raf/polyfill.js not found #791

Closed bischofb closed 7 years ago

bischofb commented 7 years ago

I'm submitting a bug report The steps to for bootstrapping Aurelia for older browsers does not work. Chrome won't load the page after following the instructions in the docs. Note: Although I'm doing this to get it working in older versions of IE, I'm testing in the latest version of Chrome as a baseline to show that it doesn't work here either.

Please tell us about your environment:

JSPM 0.16.53

TypeScript X.X | ESNext

I downloaded the today's skeletons compiled them and verified they run. To bootstrap it I followed the docs and did the following: npm install raf —save jspm install github:polymer/mutationobservers

Then I copy/pasted the index.html from the docs onto my file. The app doesn't run for either esnext or typescript. The errors are pretty much the same for both b/c it can't find polyfill.js.

esnext error: Failed to load resource: the server responded with a status of 404 (Not Found) :9000/dist/raf/polyfill.js

Typescript error: GET http://localhost:9000/dist/raf/polyfill.js 404 (Not Found) system.src.js:1041

EisenbergEffect commented 7 years ago

Better asked as a question on gitter.