gulp-rev-append
Version:
Cache-busting plugin for gulp.
11 lines • 358 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-one.js?rev=@@hash"></script>
<script src="script/script-two.js"></script>
</head>
<body>
<div><p>hello, world!</p></div>
</body>
</html>