Fixed ngmin build issue introduced in route refactoring, Fixes #622

pull/626/head
Torkel Ödegaard 11 years ago
parent 77bfd85e9e
commit 77e5e75b2f
  1. 8
      tasks/options/connect.js
  2. 1
      tasks/options/ngmin.js

@ -8,5 +8,13 @@ module.exports = function(config) {
keepalive: true
}
},
dist: {
options: {
port: 5605,
hostname: '*',
base: config.destDir,
keepalive: true
}
},
}
};

@ -9,6 +9,7 @@ module.exports = function(config) {
'app/services/**/*.js',
'app/filters/**/*.js',
'app/panels/**/*.js',
'app/routes/**/*.js',
'app/app.js',
'vendor/angular/**/*.js',
'vendor/elasticjs/elastic-angular-client.js'

Loading…
Cancel
Save