Re-add gulp, rename main.css
This commit is contained in:
parent
c75125ca52
commit
d0abd2f2c0
11 changed files with 1378 additions and 580 deletions
8
gulp-tasks/watch.js
Normal file
8
gulp-tasks/watch.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = function (gulp, plugins, config) {
|
||||
return function () {
|
||||
plugins.refresh.listen();
|
||||
|
||||
gulp.watch(config.sass.sourceDir + config.sass.pattern, ['styles']);
|
||||
gulp.watch(config.js.sourceDir + config.js.pattern, ['scripts']);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue