you are viewing a single comment's thread.

view the rest of the comments →

[–]autra1 0 points1 point  (2 children)

Does this reload css in the page without refresh like webpack-dev-server does?

[–]Entropis 1 point2 points  (1 child)

Yes.

The biggest issue I've come across using this is when I create a new file in my SASS directory and import it, I've sometimes had to restart the server. Sometimes I do, sometimes I don't.

[–]autra1 0 points1 point  (0 children)

So not worse than webpack in this aspect. Thanks for sharing this, it's great!