The latest version does not have "server" as key for "options". It should show:
grunt.initConfig({
connect: {
options: {
port: 9000,
// Change this to '0.0.0.0' to access the server from outside.
hostname: 'localhost',
livereload: 35729
},
...
...
}
Notice that there is no "server" as key for options. Same goes for Without Livereload example as well
The latest version does not have "server" as key for "options". It should show: grunt.initConfig({ connect: { options: { port: 9000, // Change this to '0.0.0.0' to access the server from outside. hostname: 'localhost', livereload: 35729 }, ... ... }
Notice that there is no "server" as key for options. Same goes for Without Livereload example as well