I setup a file watcher for my .scss files in the intellij.
– Name: CSScomb
– Program: path_to_installed_csscomb/bin/csscomb
– Parameters: -t $FilePath$
– Working directory: $FileDir$
I works wonderful with .scss files but It doesn't run on partial files that start with _ characters.
I setup a file watcher for my .scss files in the intellij.
– Name:
CSScomb– Program:
path_to_installed_csscomb/bin/csscomb– Parameters:
-t $FilePath$– Working directory:
$FileDir$I works wonderful with .scss files but It doesn't run on partial files that start with _ characters.