0

I have the following gems installed (on windows):

  • sass 3.3.8 (maptastic maple)
  • compass 1.0.0. alpha.19
  • bootstrap-sass- 3.2.0.0

When I run this command:

compass create my-new-project -r bootstrap-sass --using bootstrap

The folder with my project does get created, but when I run compass watch on it 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
cimmanon
  • 67,211
  • 17
  • 165
  • 171
bullettrain
  • 958
  • 1
  • 9
  • 17

1 Answers1

0

you should run gem update

after them make a compass clean compass watch

Run fine :)

Aela
  • 1