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

Don't rev CDN assets

Open thomastuts opened this issue 11 years ago • 2 comments

We should check if the URL contains // so we don't rev external assets.

thomastuts avatar Feb 25 '14 12:02 thomastuts

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",

noducks avatar Jul 29 '14 23:07 noducks

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!

thomastuts avatar Jul 30 '14 05:07 thomastuts