Fixed release tar/zip keeping execution mode on phantomjs

This commit is contained in:
Torkel Ödegaard 2015-02-06 13:58:25 +01:00
parent 396b687e4b
commit eeba128f8a

View File

@ -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');