소스 검색

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

Johan Ahlen 8 년 전
부모
커밋
e91f166ed3
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',