[TASK] Add index option to grunt-conncet server
This commit is contained in:
parent
aa9416ed9b
commit
63dc066499
@ -3,7 +3,12 @@ module.exports = function (grunt) {
|
||||
connect: {
|
||||
server: {
|
||||
options: {
|
||||
base: "build/", //TODO: once grunt-contrib-connect 0.9 is released, set index file
|
||||
base: {
|
||||
path: 'build',
|
||||
options: {
|
||||
index: 'index.html'
|
||||
}
|
||||
},
|
||||
livereload: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user