mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Copy kibana/vendor/kibana/.git folder while building to give kibana build system the right revisions
This commit is contained in:
parent
281bb79432
commit
8a0136d8d2
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = function (config) {
|
|||
{
|
||||
expand: true,
|
||||
cwd: '<%= kibanaCheckoutDir %>',
|
||||
src: [ '**', '.jshintrc'],
|
||||
src: [ '**', '.jshintrc', '.git/**'],
|
||||
dest: '<%= buildTempDir %>'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue