Hello,
I feel dumb: I try to create/modify my own theme, but I can't compile any css.
I use the scss.sh script, but I always end up with a scss: command not found error message.
Of course I already did install sass: I tried using npm globally, then falled back to homebrew in order to speed up everything, as recommended by the sass install page.
Anyway, Sass is installed
$ which sass
/usr/local/bin/sass
and seems up-to-date
$ sass --version
1.3.2
but it seems there is no scss command anywhere.
$ which scss
scss not found
What did I miss ?