UNPKG

gulp-rev-suffix

Version:

Cache-busting plugin(new support for custom rev-type compared with gulp-rev-append) for gulp.

16 lines 427 B
<!doctype 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>