zont / gulp-usemin

MIT License
338 stars 92 forks source link

Compatible with urls with querystring or hash #163

Closed Lanfei closed 8 years ago

Lanfei commented 8 years ago

Compatible with urls with querystring or hash:

<!-- build:css style.css -->
<link rel="stylesheet" href="css/clear.css?v=1"/>
<link rel="stylesheet" href="css/main.css?v=2"/>
<!-- endbuild -->
zont commented 8 years ago

Can you add tests for this?

Lanfei commented 8 years ago

OK, of course.

Lanfei commented 8 years ago

I'll create a new pull request.