brianmaierjr / long-haul

A minimal, type-focused Jekyll theme.
http://brianmaierjr.com/long-haul
MIT License
674 stars 776 forks source link

Error when running compass watch #10

Closed tonyynot closed 9 years ago

tonyynot commented 9 years ago

When running compass watch I am receiving the following error:

LoadError on line ["54"] of /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb: cannot load such file -- normalize-scss Run with --trace to see the full backtrace

I tried commenting out require "normalize-scss" on config.rb but this leads to another series of errors with Susy imports.

andrevvalle commented 9 years ago

I had to install two dependencies "gem install susy" and "gem install normalize-scss" :laughing:

brianmaierjr commented 9 years ago

I spaced on this... I'll make sure to add this to the README doc.