gulp-version-append
Version:
Cache-busting plugin for gulp.
12 lines (11 loc) • 314 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/path/to/some/stylesheet.css?v=@version@">
<link rel="stylesheet" href="/path/to/some/stylesheet.css?v=@version@¶m=other">
</head>
<body>
<script src="/path/to/some/script.js?v=@version@"></script>
</body>
</html>