jetbrains-csscomb
jetbrains-csscomb copied to clipboard
File Watcher: Does not work on partial files
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 get the same error. And watcher CSScomb ignor .csscomb.json file in the project root.