File to import not found or unreadable: susy

前端 未结 4 1762
攒了一身酷
攒了一身酷 2021-01-12 18:42

I just can\'t figure out what is wrong with my setup with Susy. I am on OS X 10.7.4

I have followed along here: http://susy.oddbird.net/guides/getting-started/

相关标签:
4条回答
  • 2021-01-12 18:46

    Followed the solution here. Fixed. https://github.com/ericam/susy/issues/21

    0 讨论(0)
  • 2021-01-12 18:55

    While it may not be "the correct answer" I had the same error, and realised I was trying to build with SASS, instead of using the Compass build system.

    A bit silly I know, but hopefully if someone makes the same mistake, it could be helpful :D/

    0 讨论(0)
  • 2021-01-12 19:01

    Try

    gem install compass --pre
    

    This worked for me

    0 讨论(0)
  • 2021-01-12 19:11

    I was having this problem and found that my syntax was wrong in my config.rb file. The correct line would be require "susy" but I had an equal sign between require and susy, which is wrong.

    I hope that helps other noobs out there like myself.

    0 讨论(0)
提交回复
热议问题