Sfoglia il codice sorgente

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

Johan Ahlen 8 anni fa
parent
commit
e91f166ed3
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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',