gulp-spa
gulp-spa copied to clipboard
Doesn't like single quotes on href (css)
<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.