cgross / gulp-dom-src

Create a gulp stream from script, link, or any set of tags in an HTML file.
MIT License
41 stars 8 forks source link

queryParams problem #4

Open chenwei0104 opened 8 years ago

chenwei0104 commented 8 years ago

if my filepath includes a queryParam how can I ignore the queryParams? Eg. when I want to fetch the file it should be the file styles/main.less

trisys3 commented 7 years ago

In my opinion, query parameters should be ignored, at least by default, but I don't know if a question mark is allowed in the main part of a URL (before query parameters), even preceded by a backslash (\).