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

Doesn't like single quotes on href (css)

Open drewhamlett opened this issue 10 years ago • 0 comments

<link rel="stylesheet" href='/vendor/bootstrap/dist/css/bootstrap.min.css' />

Will ignore the the file.

<link rel="stylesheet" href="/vendor/bootstrap/dist/css/bootstrap.min.css" />

Works

Just a heads up. Thanks so much for this plugin. It's so much better then usemin.

drewhamlett avatar Jul 14 '14 13:07 drewhamlett