Thanks for all the awesome work moving Aurora in to yeoman. It's even better then the old theme generator gem.

I'd like to get aurora working with SASS 3.3 rather then the default SASS 2.x. for source map debugging. I'm trying out the north sub-theme variant with gulp. I'm running rbenv, and notice .ruby-version so I installed the required ruby 2.0.0-p451

I using bundler and just updated the Gemfile to include...

gem 'sass', '~>3.3.0'

... and did a bundle update and low and behold it seems to be working in 3.3 as expected.

If '$gulp server' runs successfully do you think I'm safe to use SASS 3.3 with Aurora 7x-3.4 on a production site?

I ask because I noticed on the github account there's a branch for SASS 3.3 compatibility so I'm worried there's gremlins hiding somewhere that will only emerge after midnight the day before a client sprint review ;)

Thanks!

Comments

iamcarrico’s picture

The code that the Yeoman generator creates is 100% Sass 3.3 ready, and the Gemfile is already setup to use that. The old compass-extensions Sass 3.3 branch was used to create the Yeoman generator for just this purpose.

That being said, Aurora only gives a very small bit of code within its Sass files, and really only for the Corona theme. You have the freedom to change it to whatever you like, but just need to ensure the code you write is compatible.

iamcarrico’s picture

Status: Active » Closed (works as designed)