mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 19:42:30 +08:00
Began work on deb and rpm packaging, #1476
This commit is contained in:
@ -43,7 +43,7 @@ module.exports = function(grunt) {
|
||||
});
|
||||
grunt.config('copy.backend_files', {
|
||||
expand: true,
|
||||
src: ['conf/grafana.ini', 'vendor/**/*'],
|
||||
src: ['conf/grafana.ini', 'vendor/**/*', 'scripts/*'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
});
|
||||
|
Reference in New Issue
Block a user