Browse Source

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

Torkel Ödegaard 11 years ago
parent
commit
17114778b7
1 changed files with 1 additions and 0 deletions
  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',