Anyone attempted to get a Famous Framework working on Cloud9's IDE?
It looks like famous is trying to run on two ports: 1618
for the application itself, and 35729
for livereload. Is this possible on cloud9?
Anyone attempted to get a Famous Framework working on Cloud9's IDE?
It looks like famous is trying to run on two ports: 1618
for the application itself, and 35729
for livereload. Is this possible on cloud9?
Cloud9 IDE only allows you to publicly broadcast on port 8080, so you need to make sure that the application port is set to 8080. Using two separate ports will not work at the moment, but other than the livereload not working, it won't cause any problems with the actual running of the server (you'll just have to keep refreshing manually).