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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -