Commit eeba128f by Torkel Ödegaard

Fixed release tar/zip keeping execution mode on phantomjs

parent 396b687e
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment