Skip to content

Instantly share code, notes, and snippets.

@dario61081
Forked from Jamp/Config PyCharm
Created September 21, 2020 16:04
Show Gist options
  • Save dario61081/7b41c0ac59ec81d07343d9d2d9a96d57 to your computer and use it in GitHub Desktop.
Save dario61081/7b41c0ac59ec81d07343d9d2d9a96d57 to your computer and use it in GitHub Desktop.
Configure for pycharm auto compile sass
First "gem install sass" on console
Go Menu File > Settings > Tools > File Watch > "+" > "sass"
On New Window > Section Watcher Settings
Program: /<home-directory>/.gem/ruby/2.5.0/bin/sass
Arguments: --no-cache --update --no-cache --update $FileName$:../css/$FileNameWithoutExtension$.css --style compressed
Compile sass file on folder css on file minified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment