Open devinmcinnis opened 9 years ago
I am having the same issue and switching to 1.0.0
works for now. I will try to find time and submit a patch.
I ended up using gulp-usemin with html files specifically for usemin. Turns out, you can include html files inside jade just like jade files.
@gdi2290 If you're not going to maintain it, maybe change the description to point to gulp-usemin
instead, so that people don't spend too much time on this one?
Sorry I don't have a whole lot of time to debug this right now but since the update to
1.0.2
, my staging server hasn't been able to compile properly in the last 3 pushes. For now, I've had to revert to1.0.0
.views/layout.jade
(base view file)views/partials/mixins.jade
After running through
gulp-jade-usemin@1.0.2
:built/views/partials/mixins.jade
I'm also noticing that the output paths are to
src="/public/css/main.css"
rather thansrc="/css/main.css"
.If I had to guess, it would be something to do with this commit since that's the only thing I can see since 1.0.0 dealing with
outputRelativePath
.