1. 程式人生 > >微信小程式-SASS開發環境搭建(mac)

微信小程式-SASS開發環境搭建(mac)

安裝

sudo gem install sass
sass -v

webstorm配置

  • 命令檢視sass安裝路徑:which sass
  • webstorm-prefrences-tools-file watcher中進行配置
  • program輸入第一步中sass地址,一般預設就是
  • Arguments輸入:–no-cache –update FileName:FileNameWithoutExtension.wxss
  • Output paths to refresh輸入:Fil
    eNameWithoutExtension
    .wxss
  • 點選ok

此時修改scss檔案即可自動更新wxss檔案