Created
August 9, 2017 05:38
-
-
Save mehrshaddarzi/61ba1265bdcc9e93b26808d25c15f8d6 to your computer and use it in GitHub Desktop.
add watchind node-sass in phpstorm
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
here is a simple configuration that works for me: | |
Program: <full path to your node-sass executable>, like ‘C:\Users\Elena.Pogorelova\AppData\Roaming\npm\node-sass.cmd’ | |
Arguments: $FileName$ ../$FileNameWithoutExtension$.css | |
Working directory: $FileDir$ | |
Output Paths: $FileNameWithoutExtension$.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment