jonkemp / gulp-useref

Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
MIT License
705 stars 93 forks source link

How to add query on src? #266

Open ziven27 opened 3 years ago

ziven27 commented 3 years ago
  <!-- 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

evansun1995 commented 2 years ago

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