I have the following options for grunt-contrib-connect. I am able to run connect fine on my own desktop.
How should I allow other devices (other pcs, tablets or phones) to access my desktop?
I've tried xip.io but I can't seem to get it to work.
Help is much appreciated!
connect: {
options: {
port: 9000,
// Change this to '0.0.0.0' to access the server from outside.
hostname: '*',
base: 'public',
livereload: 35729,
},
}