I'm not sure if it's possible to run this theme, on WIndows (8.1) at least? The compass-aurora gem seems to have un-resolveable dependencies:

Unable to resolve dependencies: compass requires compass-core (~> 1.0.0.alpha.16), compass-import-once (~> 1.0.1), listen (~> 1.1.0); sass requires listen (~> 1.1.0)

...or am I missing something?

Toby

Comments

Snugug’s picture

Sass's latest release is a little wonky and unfortunately the Gemfile currently in Aurora doesn't help things. Add `gem "sass", "~>3.2.14"` as the first item in your Gemfile and run `bundle install`

toby1kenobi’s picture

Thanks for your reply and apologies for the delay in getting back to you...is there a way of being alerted when this issue is updated?!

Anyway, if I do the two things you suggest the bundle install fails -

You have requested:
  sass ~> 3.2.14

The bundle currently has sass locked at 3.2.8.
Try running `bundle update sass`

Running the update seems to work...but at that point should I have a working theme? Selecting it in Drupal results in completely un-styled content, so I feel like I am missing another step?

Thanks,

Toby

iamcarrico’s picture

Status: Active » Fixed

You can get updates to issues you are following-- it is in your settings on D.o.

We have updated to use a Yeoman generator.

Aurora comes completely unstyled--- you must do all of your own styling yourself.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.