Pārlūkot izejas kodu

Fixed release tar/zip keeping execution mode on phantomjs

Torkel Ödegaard 11 gadi atpakaļ
vecāks
revīzija
eeba128f8a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tasks/build_task.js

+ 1 - 0
tasks/build_task.js

@@ -44,6 +44,7 @@ module.exports = function(grunt) {
       grunt.config('copy.backend_files', {
       grunt.config('copy.backend_files', {
         expand: true,
         expand: true,
         src: ['conf/*', 'vendor/**/*', '!conf/grafana.dev.ini'],
         src: ['conf/*', 'vendor/**/*', '!conf/grafana.dev.ini'],
+        options: { mode: true},
         dest: '<%= tempDir %>'
         dest: '<%= tempDir %>'
       });
       });
       grunt.task.run('copy:dist_to_tmp');
       grunt.task.run('copy:dist_to_tmp');