gulp-rev-mtime icon indicating copy to clipboard operation
gulp-rev-mtime copied to clipboard

Results 3 gulp-rev-mtime issues
Sort by recently updated
recently updated
newest added

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.