Open emix7 opened 7 years ago
@emix7 Did you figure this out? I have exact same issue
@emix7 me too
Now.. you can only add the version number by types, css js or img, perhaps using "replace" instead of "append" can solve your problem.
I created a pull request with the ability to do this: #11
Hi I'm trying to have the ?v= string applied just to one of the js included in index.html, how could I do? This way produce error
const $ = gulpLoadPlugins(); const versionConfig = { 'value': '%MDS%', 'append': { 'key': 'v', 'to': ['css', 'script1.js'], }, };