-
-
Save dario61081/7b41c0ac59ec81d07343d9d2d9a96d57 to your computer and use it in GitHub Desktop.
Configure for pycharm auto compile sass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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