gulp-rev-append-all
Version:
base on gulp-rev-append that replace "?rev=@@hash" with hash string and gulp-rev-append-all will not but append a hash string like "?v=xxx" to the end of ref in file.
12 lines • 361 B
HTML
<html>
<head>
<link rel="stylesheet" type="text/css" 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>
<script src="/script/script-three.js?rev=@@hash"></script>
</body>
</html>