|
@@ -9,6 +9,7 @@ module.exports = function(config) {
|
|
|
'app/services/**/*.js',
|
|
'app/services/**/*.js',
|
|
|
'app/filters/**/*.js',
|
|
'app/filters/**/*.js',
|
|
|
'app/panels/**/*.js',
|
|
'app/panels/**/*.js',
|
|
|
|
|
+ 'app/routes/**/*.js',
|
|
|
'app/app.js',
|
|
'app/app.js',
|
|
|
'vendor/angular/**/*.js',
|
|
'vendor/angular/**/*.js',
|
|
|
'vendor/elasticjs/elastic-angular-client.js'
|
|
'vendor/elasticjs/elastic-angular-client.js'
|
|
@@ -16,4 +17,4 @@ module.exports = function(config) {
|
|
|
dest: '<%= tempDir %>'
|
|
dest: '<%= tempDir %>'
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
-};
|
|
|
|
|
|
|
+};
|