I am working with sass to write the css for a simple static website I am working on. I have run sass --watch custom.scss:custom.css
which compiles fine on launch with the message:
Sass is watching for changes. Press Ctrl-C to stop.
overwrite custom.css
However, whenever I update the .scss
file, nothing happens. I haven't used SASS outside the context of a rails app before, so I'm wondering if I am missing something?
My scss file is incredibly simple as well, so I doubt it is choking on anything, especially since it works on the first run.
sass -v
reports Sass 3.1.16 (Brainy Betty)
, on Lion 10.7.2