gulp-useref icon indicating copy to clipboard operation
gulp-useref copied to clipboard

How to add query on src?

Open ziven27 opened this issue 4 years ago • 1 comments

  <!-- 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

ziven27 avatar Jan 28 '21 05:01 ziven27

I have the same problem. Maybe we need delete them?

evansun1995 avatar Oct 13 '21 06:10 evansun1995