-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash trying to create a "file://" dist version #52
Comments
Sorry for not getting back to you sooner! So this is interesting. That command should be just fine actually (since all the
Are you seeing the same error? Interestingly enough it works in Safari 🤔 I found an issue where someone was experiencing the same thing. I asked if he did anything differently so hopefully he gets back on that. In the meantime, I'll dig around and see if I'm just missing something. |
Yes I see those errors and yes, I have to use Chrome. |
Thanks for digging into this! You're right, there might be a better way to do it so will see if I can find anything as well. |
Hello, thanks for your tutorial and project.
I tried to create the prod version with
ng build --aot --prod --bh ./ # or variants
it works when served within a http server but it doesn't when it's called as "file://..."
while the basic angular/cli works generating the "app works!" trivial example.
I have to create a demo, static only, angular2 cli generated dist to be called as "file://" and I tried with your project. I suppose it is just a question of using the right commands 'cause it should not be necessary to have a real webserver, even for the html5 internal routing.
Am I wrong? What is the sequence of shell commands to get, in dist folder, a working version that can be called in the browser as "file://<absolute_path>/dist/index.html"? Thank you for your time.
The text was updated successfully, but these errors were encountered: