I have MacOS High Sierra. The built-in compiler does not work.
MacBook-Pro-Mac:landio mac$ scss --watch scss:css-compiled
-bash: /usr/local/bin/scss: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory
Installing cocoapods and RVM did not help. As I understand it, installing Wellington can help, but what exactly to do is not clear.
Please, who uses Wellington, explain what to do next?
- Install Homebrew
- $ brew install wget
- $ brew create https://foo.com/bar-1.0.tgz
- $ brew install wellington
- What does it mean: "To take advantage of it to compile and scss folder into a css-compiled folder as in the example above you can use this gist. https://gist.github.com/rhukster/bcfe030e419028422d5e7cdc9b8f75a8"?
I changed original file wellington-master/scripts/watch.sh, am i right? - what's next?
Should I use the built-in compiler? Or do I need to install Gulp for example?