Configuring SASS transpiler on the IntelliJ IDEA 14 CE
Configuring SASS Transpiler on IntelliJ looks easy. But I couldn't quite get it to work following those steps. Here are the steps that actually works (tested on IDEA 14.1.5 on a Mac OSX El Capitan):
- install sass:
sudo gem install sass - go to
IntelliJ IDEA | Preferences... | Plugins - click 'install JetBrains plugins ...'.
- Search for
File Watchersand click on "Install plugin". - Restart IDEA

- go to
IntelliJ IDEA | Preferences... | Editor | File Types.Find CSS Files and add *.scss as the registered patterns

- go to
IntelliJ IDEA | Preferences... | Tools | File Watchers. - create a new file watcher. Fill as above. Note that this is a project specific file watcher
Alternatively, obviously you can just run a file watcher from the terminal:
sass --watch app/sass:public/stylesheets
Ronald Widha: Configuring SASS transpiler on the IntelliJ IDEA 14 CE: Configuring SASS Transpile... https://t.co/V8XmZsKGV2 #meawin8champ