0
我運行的Archlinux並安裝基金會5,使用以下指令:http://foundation.zurb.com/docs/sass.html上的Archlinux SCSS基金會5未編譯
後做: sudo npm install -g bower grunt-cli
我安裝的基礎上,開始了新的項目。
然而,當我嘗試使用命令編譯SCSS: bundle exec compass watch
和修改app.scss我得到的錯誤:
error /home/pampuchy/myproject/scss/_settings.scss (Line 58: File to import not found or unreadable: foundation/functions
我已經看了看周圍的淨和它看起來像bower和nodejs無法找到我的scss文件所在的位置。
我config.rb有一行: add_import_path "./bower_components/foundation/scss"
我能做些什麼?