I am trying to install https://github.com/markyoung/silk-sass-mixin
$ (sudo) gem install compass
$ git clone http://github.com/zarzax/silk-sass-mixin.git
$ cd silk-sass-mixin
$ compass -w
I get
D:\ResourceLibrary\Frameworks\silk-sass-mixin>compasscompass
-w WARNING: This interface is deprecated. Please use the new
subcommand interface. See
helpfor more information.
Whats the new command then?
-w watches a project for changes and recompile when a change is occurred.
The new command command for watch is:
In the way you are using (as you are going to the project directory using
cd silk-sass-mixin, you need to useInstead of