Closed fa7ad closed 8 years ago
I tried following with a completely new project and everything works as expected.
After the creation of the files above I did a simple $ browser-sync start --server
and saw an empty page with a blue background.
Maybe it has something to do with electron. Anyway, I'm gonna try again on a completely blank project.
Okay I think I found the issue, electron loads the html using file:// uri. and when I try doing that with a fresh project, same thing happens.
So I will close this because it is not plugin related. As you also can see in your output jspm complains about the reqwest
library: reqwest.js did not define
reqwest is installed. but the issue is that electron/chrome blocks XHR requests in file:// urls
Unfortunately I don't have any experience with electron so I'm sorry but I can't help here.
I just started a fresh project with jspm 0.16 and installed this plugin.
and then I tried to load a sass file using both the async and synchronous methods specified in the readme. the file doesn't seem to load and I get this error on my console log.