Sass Fundamentals Trail 1 Setup Issue

I ran into errors setting up this project. The bin/setup would fail on this command bin/sass --update css with this message error No such file or directory @ rb_sysopen - css. Then bin/watch would fail with this message ```Errno::ENOTDIR: Not a directory @ rb_file_s_mtime - css/main.css````.

The solution was to delete the file named css in the root directory that was created by running bin/setup and run bin/watch.

Seems the line bin/sass --update css should be bin/sass --update stylesheets:css instead?

Cheers,
Frank

System Versions:

ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
Sass 3.4.12 (Selective Steve)
OS X 10.10.2 (14C109)

1 Like