PredixDev / predix-webapp-starter

A web application starter kit built on Polymer, Web Components, NodeJS and Predix UI Components
https://predix-webapp-starter.run.aws-usw02-pr.ice.predix.io
Other
61 stars 75 forks source link

Web-App-Starter behaving weird. #16

Closed siripuramrj closed 6 years ago

siripuramrj commented 6 years ago

I make some minor changes in the Web-App-Starter app then do a ~gulp dist ~gulp //works successfully in local machine ~cf push //does not work properly on cloud. In my local env I get output successfully like this workingin local but in cloud it does not work Please Check(https://gcc-app-test.run.aws-usw02-pr.ice.predix.io/#/rmd)

gstroup commented 6 years ago

I see lots of 404 errors in the cloud. Looks like there are missing components. Please make sure the bower install was successful. And you may need to modify the polymer.json file depending on the changes you made to the app. You can also run gulp --dist to test locally from the dist directory.

siripuramrj commented 6 years ago

Thank you, this is the perfect command for testing before pushing to cloud, works great..

gstroup commented 6 years ago

Closing this issue, since we can't reproduce. Please get the latest version, and if you see more problems, open a new issue. Thank you.