Переглянути джерело

HUE-6077 [frontend] Process less on start of grunt watch

Johan Ahlen 8 роки тому
батько
коміт
e91f166
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      Gruntfile.js

+ 3 - 0
Gruntfile.js

@@ -64,6 +64,9 @@ module.exports = function(grunt) {
       }
     },
     watch: {
+      options: {
+        atBegin: true
+      },
       less: {
         files: [
           'desktop/core/src/desktop/static/desktop/less/*.less',