Compass / compass

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
http://compass-style.org
Other
6.72k stars 1.18k forks source link

Compass watch doesn't detect changes in sass 3.4.2 #1804

Open erzki opened 10 years ago

erzki commented 10 years ago

gem list bigdecimal (1.1.0) breakpoint (2.5.0) bundler (1.7.2) chunky_png (1.3.1) compass (1.0.0) compass-core (1.0.1) compass-import-once (1.0.5) ffi (1.9.3 x86-mingw32) io-console (0.3) json (1.5.5) minitest (2.5.1) multi_json (1.10.1) rake (0.9.2.2) rb-fsevent (0.9.4) rb-inotify (0.9.5) rdoc (3.9.5) sass (3.4.2) sassy-maps (0.4.0) susy (2.1.3)

Rubyinstaller on windows "Ruby 2.0.0-p481 (x64)" and "Ruby 1.9.3-p545" have both the same problem.

OS: Windows 8.1

When executing compass watch the files are compiled once like compass compile command. After that nothing happens.

This can be reproduced with a clean project "compass create test-project" and then starting compass watch. Just change one scss file and nothing compiles.

When downgrading sass to 3.3.14 it works as expected.

liorocks commented 10 years ago

Have the same issue, but I downgraded it to 3.4.1 version.

mprins commented 10 years ago

duplicate of #1803

cycold commented 10 years ago

Me too....