SC5 / sc5-styleguide

Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation
http://styleguide.sc5.io/
MIT License
1.26k stars 167 forks source link

Live Preview (Web Socket) not updating styles on change #1045

Closed patriziosotgiu closed 7 years ago

patriziosotgiu commented 7 years ago

I was able to successfully run the styleguide on my current project, but for some reason, the live preview feature is not working. I can see from the console log that the web socket is connecting and the server is running, but when I change a style or copy the page is not "refreshed."

The feature seems to work till the released version 0.3.47, but it breaks after upgrading to 1.0.0 and up.

Is there any new setting or requirement to make the live preview work again? I have tested it both with grunt and gulp.

(You guys did a great job by the way!)

varya commented 7 years ago

Hi. Sorry for this :-( Fixed and soon will be merged https://github.com/SC5/sc5-styleguide/pull/1055

patriziosotgiu commented 7 years ago

Hi @varya, that's great! Thank you so much for taking care of this.