Windows環境下,Rails安裝Bootstrap總會失敗,提示therubyracer無法安裝。
這是因為Bootstrap使用的less檔案依賴therubyracer實時執行js將less轉換成css,而therubyracer這個gem並沒有對應的Windows版本。
Hiran Peiris在github上提供了提供了解決方案,他編譯了所有的dll和gem。這下,我們終於可以在Windows下用Bootstrap啦。
Windows環境下,Rails安裝Bootstrap總會失敗,提示therubyracer無法安裝。
這是因為Bootstrap使用的less檔案依賴therubyracer實時執行js將less轉換成css,而therubyracer這個gem並沒有對應的Windows版本。
Hiran Peiris在github上提供了提供了解決方案,他編譯了所有的dll和gem。這下,我們終於可以在Windows下用Bootstrap啦。