Jelajahi Sumber

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

Johan Ahlen 8 tahun lalu
induk
melakukan
e91f166
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      Gruntfile.js

+ 3 - 0
Gruntfile.js

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