Selaa lähdekoodia

Added the remaining gulp watch

I forgot them :anguished:
Daniel 7 vuotta sitten
vanhempi
commit
fb5f4c034a
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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'))
 })