Closed (fixed)
Project:
Aurora
Version:
7.x-3.0
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2013 at 20:18 UTC
Updated:
14 May 2013 at 16:23 UTC
I upgraded to Aurora 3.x, installed Magic and the other modules listed in the new docs. I then went and created a new aurora subtheme using susy. I copied over the Gemfile from the base theme. Made some changes to the Sass files. On running "bundle exec compass watch" I get:
LoadError on line 161 of /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/configuration/data.rb: no such file to load -- aurora
Tried updating compass-aurora, but that didn't help.
I'm still able to run "bundle exec compass watch" on a pre-update subtheme.
I'm not well-versed with Ruby gems, so I'm at a loss as to what this error means or how to fix it. Any help would be greatly appreciated.
Comments
Comment #1
Snugug commentedDid you remember to run
bundle installwhen you copied your Gemfile over before trying to compile?Comment #2
skt commentedThanks, Sam. I *think* so, but wasn't totally sure so tried it again. No change:
Comment #3
Snugug commentedPlease post your Gemfile. From that bash output, it doesn't appear as if you've included the
compass-auroragem in your GemfileComment #4
skt commentedYes, looks to be true...the Gemfile I'm using is unchanged from what was installed with Aurora 3, but now I see it's not what's on the project homepage (sorry, I'd assumed it would be). Here's what I have from the install:
Added what's on the homepage, ran
bundle install, and nowbundle exec compass watchworks. However, still having errors, will post a new issue. Thank you!Comment #5
Snugug commented