0.0.9 • Published 9 years ago

gulp-build-date v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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'))

});
0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago