Explorar el Código

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

Torkel Ödegaard hace 11 años
padre
commit
17114778b7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',