Prechádzať zdrojové kódy

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

Johan Ahlen 8 rokov pred
rodič
commit
e91f166ed3
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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',