gulp-rev-append
Version:
Cache-busting plugin for gulp.
14 lines • 371 B
HTML
<html>
<head>
<script src="script/script-one.js?rev=@@hash"></script>
<script src="script/script-two.js"></script>
<style type="text/css">
@import url("style/style-one.css?rev=@@hash");
</style>
</head>
<body>
<div><p>hello, world!</p></div>
<script src="script/script-three.js?rev=@@hash"></script>
</body>
</html>