Reworking configuration loading and overriding

This commit is contained in:
Torkel Ödegaard
2015-04-09 12:16:59 +02:00
parent a991cda233
commit d1767144a8
9 changed files with 241 additions and 112 deletions

View File

@ -55,7 +55,7 @@ module.exports = function(grunt) {
grunt.config('copy.backend_bin', {
cwd: 'bin',
expand: true,
src: ['grafana'],
src: ['grafana-server'],
options: { mode: true},
dest: '<%= tempDir %>/bin/'
});