Search code examples
cloud9-idedocpad

Docpad Livereload plugin + Cloud9 IDE


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.


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