-
Notifications
You must be signed in to change notification settings - Fork 875
Conversation
…he scripts path, e.g. http://localhost:3000/node_modules/@angular/common//bundles/common.umd.js. Some server are not happy with this double slash and redirect to 404 pages like Firebase Hosting.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
1 similar comment
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! |
CLAs look good, thanks! |
1 similar comment
CLAs look good, thanks! |
Weird, I think I tried that way in the past and it didn't work. But it certainly does. Can you change the |
I suppose it can be changed too. I'm having some errors trying to run "npm start" inside public/docs/_examples folder to test this. |
You can't do that there. Just run |
I had a problem with that too. SyntaxError: Unexpected token ...` |
You need node 5. |
Plunkr works according, regardless of how the bundles path is setted at |
That is weird. I will check. |
Sounds good. Merging |
This slash before the bundles path is generating a double slash for the scripts path, e.g. http://localhost:3000/node_modules/@angular/common//bundles/common.umd.js. Some server are not happy with this double slash and redirect to 404 pages like Firebase Hosting.