Commit 17114778 by Torkel Ödegaard

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

parent 98037ca0
...@@ -8,6 +8,7 @@ module.exports = function(config) { ...@@ -8,6 +8,7 @@ module.exports = function(config) {
'app/directives/**/*.js', 'app/directives/**/*.js',
'app/services/**/*.js', 'app/services/**/*.js',
'app/filters/**/*.js', 'app/filters/**/*.js',
'app/features/**/*.js',
'app/panels/**/*.js', 'app/panels/**/*.js',
'app/routes/**/*.js', 'app/routes/**/*.js',
'plugins/**/*.js', 'plugins/**/*.js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment