Fixed release tar/zip keeping execution mode on phantomjs

pull/1442/head
Torkel Ödegaard 10 years ago
parent 396b687e4b
commit eeba128f8a
  1. 1
      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');

Loading…
Cancel
Save