Grunt access from outside

To access a server started by Grunt externally, change the below in the Gruntfile.js

connect: { options: { port: 9000, // Change this to ‘0.0.0.0’ to access the server from outside. hostname: ‘localhost’, livereload: 35729 },