Просмотр исходного кода

Panel: fixed bug introduced in recent commit that caused blank title in optimized build, #1041

Torkel Ödegaard 11 лет назад
Родитель
Сommit
17114778b7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tasks/options/ngmin.js

+ 1 - 0
tasks/options/ngmin.js

@@ -8,6 +8,7 @@ module.exports = function(config) {
         'app/directives/**/*.js',
         'app/services/**/*.js',
         'app/filters/**/*.js',
+        'app/features/**/*.js',
         'app/panels/**/*.js',
         'app/routes/**/*.js',
         'plugins/**/*.js',