0.0.9 • Published 8 years ago

gulp-build-date v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.8

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago