mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -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', {
|
||||
expand: true,
|
||||
src: ['conf/defaults.ini', 'conf/sample.ini', 'vendor/**/*', 'scripts/*'],
|
||||
src: ['conf/defaults.ini', 'conf/sample.ini', 'vendor/phantomjs/*', 'scripts/*'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user