Chrome's “Auto-Reload Generated CSS” not reloading page when SASS recompiles CSS

前端 未结 2 862
星月不相逢
星月不相逢 2021-02-04 11:04

I\'m trying to get Chrome\'s DevTools to auto reload a page when I save a watched SCSS file which will compile and make changes to the CSS file.

I have the Auto-reload g

2条回答
  •  清歌不尽
    2021-02-04 11:42

    I used drupal in this case and drupal generate css link like 'style.css?abc'. Problem in this suffix '?abc'. You need to start file mapping from LOCAL (press right-click on local) 'style.css' to WEB 'style.css?abc' (shown in list). Not from WEB to LOCAL. If result is correct WEB-links disappears from list in 'resourses' tab.

提交回复
热议问题