gulp-build-date

0.0.9 • Public • Published

Gulp Build Date

gulp-build-date build status

Populates the build date and version from bower.json into a json file, used to output information on web page.

Basic Example

var buildDate = require('gulp-build-date');
 
gulp.task('build-website', function () {
 
  return gulp.src(['app/js/**/*.js'])
    .pipe(buildDate({
        bowerJson: './bower.json'
      }))
    .pipe(gulp.dest('/output'))
 
});

/gulp-build-date/

    Package Sidebar

    Install

    npm i gulp-build-date

    Weekly Downloads

    2

    Version

    0.0.9

    License

    MIT

    Last publish

    Collaborators

    • crivas