gulp-rev-append-opt
Version:
gulp-rev-append with the option of field name and md5 digest length.
16 lines • 412 B
HTML
<html>
<head>
<script src="script/script-one.js?rev=@@hash"></script>
<script src="script/script-two.js"></script>
<style type="text/css">
.thing {
background: url("style/style-one.css?rev=@@hash");
}
</style>
</head>
<body>
<div class="thing"><p>hello, world!</p></div>
<script src="script/script-three.js?rev=@@hash"></script>
</body>
</html>