Browse Source

Fixed release tar/zip keeping execution mode on phantomjs

Torkel Ödegaard 11 years ago
parent
commit
eeba128f8a
1 changed files with 1 additions and 0 deletions
  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', {
         expand: true,
         src: ['conf/*', 'vendor/**/*', '!conf/grafana.dev.ini'],
+        options: { mode: true},
         dest: '<%= tempDir %>'
       });
       grunt.task.run('copy:dist_to_tmp');