gulp-rev-mtime
gulp-rev-mtime copied to clipboard
Don't rev CDN assets
We should check if the URL contains //
so we don't rev external assets.
This fix doesn't seem to have ended up on npm yet. Am still getting the older version.
Changing my package.json entry to this works for the time being...
"gulp-rev-mtime": "git+ssh://[email protected]:thomastuts/gulp-rev-mtime.git",
Hi @noducks, I've published a new version (0.0.4
) on npm, which now includes the fix from #6. Let me know if it still doesn't work!