csscomb / jetbrains-csscomb

CSScomb plugin for JetBrains IDEs: IDEA, PyCharm, WebStorm, PhpStorm, RubyMine
87 stars 7 forks source link

File Watcher: Does not work on partial files #12

Open erdaltsksn opened 6 years ago

erdaltsksn commented 6 years ago

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.

libertyswift commented 6 years ago

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