mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 13:13:51 +08:00
Updated build and wercker file for new repo structure
This commit is contained in:
@ -35,14 +35,13 @@ module.exports = function(grunt) {
|
||||
});
|
||||
grunt.config('clean.dest_dir', ['<%= destDir %>']);
|
||||
grunt.config('copy.backend_bin', {
|
||||
cwd: '../bin',
|
||||
cwd: 'bin',
|
||||
expand: true,
|
||||
src: ['grafana'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
});
|
||||
grunt.config('copy.backend_files', {
|
||||
cwd: '../',
|
||||
expand: true,
|
||||
src: ['conf/*', 'vendor/**/*', '!conf/grafana.dev.ini'],
|
||||
dest: '<%= tempDir %>'
|
||||
|
Reference in New Issue
Block a user