at-import / Sassy-Maps

Map helper functions for Sass 3.3 and up
MIT License
66 stars 22 forks source link

Can't get the absolute path for the passed directory: ''! #7

Open jkbyln opened 10 years ago

jkbyln commented 10 years ago

It's hard for me to tell what's failing in my Gemfile, but here's an overview.

Compass was working normally before I ran 'bundle update' today. I checked through all the gems that were updated in 'Gemfile.lock' and reverted them all back to the previous working versions. Then I disabled them one by one and narrowed it down to sassy-maps.

Phew.

When running 'bundle exec compass watch', using sassy-maps 0.4.0 on a Windows machine, I get this error:

WDM::Error on line ["73"] of C: Can't get the absolute path for the passed directory: ''!
Run with --trace to see the full backtrace

When I revert back to version to 0.3.2, Compass watch works normally.

Here's my Gemfile:

source "https://rubygems.org"
ruby '2.0.0'

gem "wdm", "~>0.1.0"
gem "compass", "~>1.0.0.alpha.18"
gem "breakpoint", "~>2.4.1"
gem "singularitygs", " ~>1.1.2"
gem "autoprefixer-rails", "~>1.1"

gem "sassy-maps", "0.3.2"

Using Ruby 2.0.0p353

sidtri commented 10 years ago

Same error i got as per above .

sidtri commented 10 years ago

Same error for me too , I think its coming from breakpoint gem included as i removed and try its working fine

Snugug commented 9 years ago

Is this still an issue with the latest gems?