Snugug / generator-aurora

Yeoman generator for Aurora Drupal theme
MIT License
12 stars 6 forks source link

Installer stalls after installing bundle with Ruby 2.2.0 #15

Open mikl opened 9 years ago

mikl commented 9 years ago

I just tried generating a new Aurora theme, and I'm having problems with the installer never finishing.

This is my setup

[?] What's your theme's name? (Required): spokoi
[?] Which base theme would you like to use? Aurora
[?] What Aurora base would you like to use? Aurora
[?] Do you want to customize your theme's directories? No
[?] What options would you like to include? Gulp, Bower

(I have yo@1.3.3 and generator-aurora@0.3.0 installed)

The error occurs after this:

Installing singularitygs 1.4.0
Installing toolkit 2.6.0
Using bundler 1.7.9
Your bundle is complete!
It was installed into ./.vendor/bundle
Post-install message from compass:
    Compass is charityware. If you love it, please donate on our behalf at http://umdf.org/compass Thanks!
/Users/mikl/Sites/sfera/profiles/sfera/themes/spokoi/spokoi/.vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.1/lib/compass/core/caniuse.rb:72: warning: circular argument reference - browsers
directory css
    write css/print.css
    write css/style.css

It never seems to finish after this (I've waited about 30 minutes now) – like a Node.js program waiting for a callback that never comes, or something like this. I wonder if it's related to the circular argument warning.

klemmster commented 9 years ago

I stumbled over your issue googling the same problem. It's actually a compass issue: https://github.com/Compass/compass/issues/1902

and it looks like it's going to be resolved with the next release

architarious commented 9 years ago

That's fantastic! Thanks for the update