gulp-useref
gulp-useref copied to clipboard
How to add query on src?
<!-- build:js /static/common.js?v=1 -->
<script src="./a.js"></script>
<script src="./b.js"></script>
<!-- endbuild -->
there is no /static/common.js file parse out when I add ?v=1
I have the same problem. Maybe we need delete them?