watch: {
options: {
livereloader: true
},
css: {
files: ['assets/header/.scss'],
tasks: ['sass']
},
scripts: {
files: ['html/index.jade'],
tasks: ['jade'],
options: {
spawn: false
}
}
},