mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:53:00 +08:00
Fixed release tar/zip keeping execution mode on phantomjs
This commit is contained in:
@ -44,6 +44,7 @@ module.exports = function(grunt) {
|
||||
grunt.config('copy.backend_files', {
|
||||
expand: true,
|
||||
src: ['conf/*', 'vendor/**/*', '!conf/grafana.dev.ini'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
});
|
||||
grunt.task.run('copy:dist_to_tmp');
|
||||
|
Reference in New Issue
Block a user