jetbrains-csscomb icon indicating copy to clipboard operation
jetbrains-csscomb copied to clipboard

File Watcher: Does not work on partial files

Open erdaltsksn opened this issue 7 years ago • 1 comments

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.

erdaltsksn avatar Feb 25 '18 18:02 erdaltsksn

I get the same error. And watcher CSScomb ignor .csscomb.json file in the project root.

libertyswift avatar Feb 28 '18 20:02 libertyswift