achrafbenyounes 10 лет назад
Родитель
Сommit
b1a0dfa7bd
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Gruntfile.js

+ 2 - 1
Gruntfile.js

@@ -43,7 +43,8 @@ module.exports = function(grunt) {
                 'app/nodeControllers/*.js',
                 'app/public/scripts/*.js',
                 'phantomas_custom/**/*.js',
-                'test/**/*.js'
+                'test/**/*.js',
+                'front/src/js/**/*.js'
             ]
         },
         clean: {