gulp-rev-mtime
gulp-rev-mtime copied to clipboard
When run inject on html files single quotes inside property values get replaced with ' even when outside the injection tags. ``` gulp.task('html-apos-issue', function () { return gulp.src('./index-test.html') .pipe(revmtime()) .pipe(rename('./index-test-out.html'))...
We should check if the URL contains `//` so we don't rev external assets.
Issue #3 brought up a valid point: currently only vanilla HTML files are supported. We could expand the plugin functionality to also work for Jade templates.