Merge pull request #29 from nenebale/master
File extension in watchTask now matches conf.json
This commit is contained in:
commit
a33140224b
|
|
@ -10,11 +10,11 @@ function watchTask(options){
|
|||
options.source + '/**/*.css',
|
||||
options.source + '/**/*.scss',
|
||||
options.source + '/**/*.less',
|
||||
options.source + '/**/conf.js'
|
||||
options.source + '/**/conf.json'
|
||||
],
|
||||
['dupe', 'less', 'sass', 'postcss', 'build']
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = watchTask;
|
||||
module.exports = watchTask;
|
||||
|
|
|
|||
Loading…
Reference in New Issue