mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
avoid copy of go dep. from vendor/ for release
This commit is contained in:
parent
05d43999dc
commit
174ea11b1c
@ -59,7 +59,7 @@ module.exports = function(grunt) {
|
|||||||
});
|
});
|
||||||
grunt.config('copy.backend_files', {
|
grunt.config('copy.backend_files', {
|
||||||
expand: true,
|
expand: true,
|
||||||
src: ['conf/defaults.ini', 'conf/sample.ini', 'vendor/**/*', 'scripts/*'],
|
src: ['conf/defaults.ini', 'conf/sample.ini', 'vendor/phantomjs/*', 'scripts/*'],
|
||||||
options: { mode: true},
|
options: { mode: true},
|
||||||
dest: '<%= tempDir %>'
|
dest: '<%= tempDir %>'
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user