Question

Has anyone successfully got this combination working?

It seems to run correctly on the client side, but there's something about Cloud9's file system that means changes aren't detected when files are saved, so I'm having to restart the app every time.

Was it helpful?

Solution

problem is that cloud 9 gives u only one port(process.env.PORT) and you are using this port for running web server and you don't any have additional port for live-reload server. for CSS you can use Live.js

OTHER TIPS

Safareli is correct that Cloud 9 gives you only one port, but Live.js, the website Safareli linked in fact does work with refreshing everything, although I don't know how taxing it is to C9 since it is refreshing for headers pretty much all the time.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top