mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
Reworking configuration loading and overriding
This commit is contained in:
@ -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/'
|
||||
});
|
||||
|
Reference in New Issue
Block a user