bootstrap-sass 3.2 compass watch doesn't compile -


i have following gems installed (on windows):

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

when run command:

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

the folder project created, when run compass watch on error:

wdm::error on line [73] of c: can't absolute path passed directory: '' ! run --trace see full backtrace 

you should run gem update

after them make compass clean compass watch

run fine :)


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -