Google Web Fundamentals 配置筆記

方健發表於2015-03-11

https://github.com/Google/WebFundamentals 上有Google Web Fundamentals網站的原始碼,可以執行在本地。實際弄起來還是有不少坑。這裡簡要說下。

  1. 下載。github很慢。後來是用coding.net匯入倉庫再從coding.net下載.
  2. 安裝。按照 https://github.com/Google/WebFundamentals#mac 步驟來。 但是nvm是要重啟shell才能生效的。
  3. 執行 grunt develop, 然後發現遇到libsass繫結的錯誤。建議重灌node-sass。反覆重灌沒用。後來刪除了WebFundamentals的node_modules,重新npm install解決。
  4. 執行 grunt develop,發現要啟動GAE。去GAE官網上下個SDK安裝。再啟動。發現卡在“是否每次更新(Y/N)”的地方。 按照GAE官網寫了個helloworld工程跑起來。在問更新提示的時候點N來關掉。
  5. 再次執行grunt develop , OK了。瀏覽器自動開啟了主頁面。

相關文章