compass watch compiles once, fails to notice further changes

后端 未结 6 912
别那么骄傲
别那么骄傲 2021-02-14 10:48

I work with SASS + Compass on Windows 7. I recently upgraded SASS from 3.2.10 to 3.4.2 and Compass from 0.12.2 to 1.0.1. I did the upgrade by uninstalling the old versions and i

6条回答
  •  走了就别回头了
    2021-02-14 11:26

    Uninstall both sass & compass:

    gem uninstall sass
    gem uninstall compass
    

    Install - sass version 3.4.0

    gem install sass -v 3.4.0
    

    Install - compass version 1.0.1

    gem install compass
    

    Now you can run

    compass watch 
    

    without --poll

提交回复
热议问题