neighbourhoodie / voice-of-interconnect

Offline First demo app for IBM InterConnect 2017
https://voiceofinterconnect.com/
Apache License 2.0
9 stars 1 forks source link

Deployment is broken #20

Closed gr2m closed 7 years ago

gr2m commented 7 years ago

Problem with webpack that I just added to the project: https://travis-ci.org/neighbourhoodie/voice-of-interconnect#L1173

Looking into it

gr2m commented 7 years ago

I got the problem fixed via #21. But the deployment does not seem to include the dist/ folder from which hoodie serves its static assets. Currently the default hoodie UI is shown at https://voice-of-interconnect-staging.mybluemix.net/ (It says public/ folder but that’s hardcoded, hoodie is set to serve from dist/)

Is it possible that the problem is that we ignore dist/ in gitignore? It's not listed in .cfignore

Any idea @markwatsonatx?

markwatsonatx commented 7 years ago

Fixed in pull request #26. webpack running in postinstall script now.