Copy kibana/vendor/kibana/.git folder while building to give kibana build system the right revisions

This commit is contained in:
Boaz Leskes 2014-02-14 15:52:50 +01:00
parent 281bb79432
commit 8a0136d8d2

View file

@ -28,7 +28,7 @@ module.exports = function (config) {
{
expand: true,
cwd: '<%= kibanaCheckoutDir %>',
src: [ '**', '.jshintrc'],
src: [ '**', '.jshintrc', '.git/**'],
dest: '<%= buildTempDir %>'
},
{