mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 03:12:38 +08:00
build: adds IANA timezone info to windows build (#21001)
This commit is contained in:
@ -33,7 +33,7 @@ module.exports = function(grunt) {
|
||||
});
|
||||
grunt.config('copy.backend_files', {
|
||||
expand: true,
|
||||
src: ['conf/**', 'tools/phantomjs/*', 'scripts/*'],
|
||||
src: ['conf/**', 'tools/**', 'scripts/*'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
});
|
||||
|
Reference in New Issue
Block a user