We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var rev = require("gulp-rev"); var addsrc = require('gulp-add-src'); var revReplace = require("gulp-rev-replace"); gulp.task("revision", ["dist:css", "dist:js"], function(){ return gulp.src(["dist/**/*.css", "dist/**/*.js"]) .pipe(rev()) .pipe(addsrc('./*.html')) .pipe(revReplace()) .pipe(gulp.dest(opt.distFolder)) });
It is more simple.
The text was updated successfully, but these errors were encountered:
Thanks. If you were to create a PR with this in the README, I'd be happy to merge it.
Sorry, something went wrong.
No branches or pull requests
It is more simple.
The text was updated successfully, but these errors were encountered: