last commit hash and tag without installing git
npm install basis-company/gulp-head.js
var head = require('gulp-head');
gulp.task('head', () =>
gulp.src('.git/HEAD')
.pipe(head())
.pipe(gulp.dest('build'))
);
fc526b6c7f9ea0a8148f144e430e9f3593ba5a1b
2.5.8