mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 11:12:58 +08:00
dashboards as cfg: include cfg files in dist packages
This commit is contained in:
@ -26,7 +26,7 @@ module.exports = function(grunt) {
|
||||
});
|
||||
grunt.config('copy.backend_files', {
|
||||
expand: true,
|
||||
src: ['conf/*', 'vendor/phantomjs/*', 'scripts/*'],
|
||||
src: ['conf/**', 'vendor/phantomjs/*', 'scripts/*'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
});
|
||||
|
Reference in New Issue
Block a user