rememberlenny / Jekyll-Foundation-SASS

Jekyll and Foundation for rapid ideation
43 stars 5 forks source link

compass compile loaderror #2

Open ghost opened 10 years ago

ghost commented 10 years ago

Great job with this repo, thanks for providing it.

I've followed the first couple of steps in the tutorial and I'm getting the following error:

LoadError on line ["36"] of C: cannot load such file --zurb-foundation

I've tried switching to the project directory and to the Jekyll-Foundation-SASS directory, still get errors.

rememberlenny commented 10 years ago

Do you have the zurb-foundation gem installed?
Run the following in your command line =>

gem install foundation

Leonard Bogdonoff www.rememberlenny.com (http://www.rememberlenny.com) | lenny@atriangle.com (mailto:lenny@atriangle.com)

On Thursday, November 21, 2013 at 5:06 PM, Joshua Caleb Mayorga wrote:

Great job with this repo, thanks for providing it.
I've followed the first couple of steps in the tutorial and I'm getting the following error: LoadError on line ["36"] of C: cannot load such file --zurb-foundation I've tried switching to the project directory and to the Jekyll-Foundation-SASS directory, still get errors.

— Reply to this email directly or view it on GitHub (https://github.com/rememberlenny/Jekyll-Foundation-SASS/issues/2).

ghost commented 10 years ago

Thanks for the reply!

I had a chance to do that before following the tutorial... Still no luck, but I'll keep trying to get it, I really want to use this on a Jekyll site.

abury commented 10 years ago

I got this as well. I guess a temporary fix is to include the actual foundation files in your project. Interestingly enough a listing of gems shows: foundation (1.0.4) This to be seems odd since foundation is currently at version 5.0.2 at time of writing.

rememberlenny commented 10 years ago

@abury @joshuacalebm Can you submit a pull request to resolve the issue?