瀏覽代碼

Added the remaining gulp watch

I forgot them :anguished:
Daniel 7 年之前
父節點
當前提交
fb5f4c034a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      gulpfile.js

+ 4 - 0
gulpfile.js

@@ -55,4 +55,8 @@ gulp.task('serve', function () {
         useAvailablePort: true
     })
     gulp.watch(['js/reveal.js'], gulp.series('js'))
+    gulp.watch(['css/theme/source/*.{sass,scss}',
+        'css/theme/template/*.{sass,scss}',
+    ], gulp.series('css-themes'))
+    gulp.watch(['css/reveal.scss'], gulp.series('css-core'))
 })