Snugug / Aurora

Drupal HTML5 Base Theme
33 stars 14 forks source link

File to import not found or unreadable: sassy-buttons. #45

Open TheMrGhost opened 10 years ago

TheMrGhost commented 10 years ago

"Syntax error: File to import not found or unreadable: sassy-buttons.
Load paths: C:/Users/TheMrGhost/Desktop/mysite/sites/all/themes/aurorasub/sass C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets C:/Ruby193/lib/ruby/gems/1.9.1/gems/breakpoint-2.0.7/stylesheets C:/Ruby193/lib/ruby/gems/1.9.1/gems/singularitygs-1.1.2/stylesheets C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-blend-modes-0.0.2/stylesheets C:/Ruby193/lib/ruby/gems/1.9.1/gems/color-schemer-0.2.8/stylesheets C:/Ruby193/lib/ruby/gems/1.9.1/gems/toolkit-1.2.2/stylesheets
C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-normalize-1.4.3/stylesheets Compass::SpriteImporter on line 14 of C:/Users/NightWolf/Desktop/mysite/sites/all/themes/aurorasub/sass/partials/global/_base.scss from line 19 of C:/Users/TheMrGhost/Desktop/mysite/sites/all/themes/aurorasub/sass/style.scss"

This is the error I get when I open my drupal site, I still haven't coded anything in it, I had just finished installing the theme using ruby command line, and I got this error, I tried manually installing sassy buttons but it didn't do anything.

fsnet commented 10 years ago

Same here. Solved this problem by changing the config.rb file in my subtheme directory as follows:

# Require any additional compass plugins here.
require 'compass'
require 'singularitygs'
require 'breakpoint'
require 'toolkit'
require 'compass-normalize'
require 'sassy-buttons'

Don't know if this change has any side effects. For me it does the trick at the moment...

iamcarrico commented 10 years ago

The fix @fsnet did will indeed fix the issue. I am talking to @Snugug to see if sassy-buttons will continue to be added by default or not for the next release.