How to auto-reload css in Chrome after editing SASS files -



How to auto-reload css in Chrome after editing SASS files -

i trying set mapping feature in chrome canary. followed screenshots in this answer.

the main feature works, when inspect element, points me local sass file , when edit it, local file safes, , `sass --watch' triggered. however, browser not refresh, though on "general" tab in devtools have checked "auto-reload css upon sass save".

should browser reload? there way reload?

ps - have compass can not utilize not back upwards mapping, compiling sass through terminal

thanks

it sass-file still compiling when chrome tries reload css. setting 'auto-reload css upon sass save' timeout 5000 ms fixed me. when chrome triggers reload, can prevent sass recompiling css.

sass google-chrome-devtools

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -