Skip to content

Instantly share code, notes, and snippets.

@bhavyaw
Created April 14, 2016 11:42
Show Gist options
  • Save bhavyaw/7bacc874c7c879757d1436e7b9fd2f6f to your computer and use it in GitHub Desktop.
Save bhavyaw/7bacc874c7c879757d1436e7b9fd2f6f to your computer and use it in GitHub Desktop.
simple grunt server config ( using grunt-contrib-connect )
connect: {
options: {
port: 9007,
// Change this to '0.0.0.0' to access the server from outside.
hostname: 'localhost',
livereload: 35729,
keepalive:true,
base: '.'
},
livereload: {
options: {
open: true,
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment