Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jkbyln opened this issue Jun 25, 2014 · 3 comments
Open

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

jkbyln opened this issue Jun 25, 2014 · 3 comments

Comments

@jkbyln
Copy link

jkbyln commented Jun 25, 2014

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
Copy link

sidtri commented Jul 26, 2014

Same error i got as per above .

@sidtri
Copy link

sidtri commented Aug 3, 2014

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

@Snugug
Copy link
Member

Snugug commented Nov 12, 2014

Is this still an issue with the latest gems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants