brianmaierjr / long-haul

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

how can i Compile the scss #38

Closed howedeng closed 8 years ago

howedeng commented 8 years ago

when i call compass watch then throw command not found: compass

lihuichaoo commented 8 years ago

run gem install compass

lihuichaoo commented 8 years ago

Actually, 'support-for' is another gem which has be required by 'config.rb'. So, you may need to run gem install support-for too.

howedeng commented 8 years ago

@aochuih right,thx!