gulp-sf-assets-version
v0.1.0
Published
Generate assets version hash and save as sf2 yaml loadable config file.
Downloads
4
Maintainers
Readme
gulp-sf-assets-version
Generate assets version hash and save as sf2 yaml loadable config file.
Installation
npm install gulp-sf-assets-verions --save-dev
Usage
gulp.task('default', function () {
return gulp.src('./test/fixtures/package.json')
.pipe(sfAssetsVersion({
filename: 'assets.yml' // the default output basename
})).on('error', function (error) {
console.log(error);
})
.pipe(gulp.dest('./app/config'));
});
Tests
npm test
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Release History
- 0.1.0 Initial release