Rizqi Nizamil Putra
Rizqi Nizamil Putra
Interesting @sondr3! You've been using libsass too. Will try for my next project.
I used to get this issue in the very first time using Slate. Then I thought step that i missed before connecting the store with theme ID is uploading Slate...
I also have same problem. Do you have any solution regarding `useref` error for it?
This change worked for me; ``` return gulp.src(['app/*.html', '.tmp/*.html', '.tmp/**/*.html']) .pipe($.useref({searchPath: ['.tmp', 'app', '.', '']})) ``` I use Jade btw.
@neilhem Yes, you are right. Thank you!
Actually I still have a problem. `gulp html` works for now, but `gulp serve` works with 404 error on css/js assets, because I set the url into this; ``` //...
@silvenon Oops, sorry, my fault. I write it with sleepy eyes :|. Please check, I just edited it.
@silvenon Yes, you are right.
It also happen to me.