Skip to content

Instantly share code, notes, and snippets.

@Jamp
Created January 24, 2018 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Jamp/1ab78f2cba0b590361d7d984809bdc39 to your computer and use it in GitHub Desktop.
Save Jamp/1ab78f2cba0b590361d7d984809bdc39 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