Explorar o código

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

Johan Ahlen %!s(int64=8) %!d(string=hai) anos
pai
achega
e91f166ed3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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',