-
Notifications
You must be signed in to change notification settings - Fork 75
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
Deploy to Web Server #26
Comments
you have before to build the angular project with : https://github.com/chat21/chat21-web-widget#build-for-production |
Thanks |
And also the build for production fails to compile the "vendor.bundle.js" file which is required |
please paste the error |
So i use the command below to build for production and i get only four bundles rendered. After its been deployed on the webserver, it provides an error indicating that vendor.bundle.js isnt available which of course it wasn't rendered
also i use the command below to build for local development and i get only five bundles rendered $ ng build
|
No help here |
From the README file, it states to copy the content of dist folder to your webserver.
But there seems to be no dist folder
The text was updated successfully, but these errors were encountered: