gulp-rev-suffix
Version:
Cache-busting plugin(new support for custom rev-type compared with gulp-rev-append) for gulp.
11 lines • 379 B
HTML
<html>
<head>
<link rel="shortcut icon" href="/images/icon.jpg?rev=@@hash" type="image/png"><link rel="stylesheet" href="/style/style-one.css?rev=@@hash">
<script src="script/script-two.js"></script>
</head>
<body>
<div><p>hello, world!</p></div>
<script src="script/script-timestamp.js?rev=@@timestamp"></script>
</body>
</html>