Began work on deb and rpm packaging, #1476

This commit is contained in:
Torkel Ödegaard
2015-03-02 12:56:40 +01:00
parent 9710771f16
commit ad2065afc7
7 changed files with 235 additions and 34 deletions

View File

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