csscomb / sublime-csscomb

Sublime plugin for CSScomb—CSS coding style formatter
398 stars 61 forks source link

Fix loading of .csscomb.json #49

Closed chernetsov0 closed 9 years ago

chernetsov0 commented 9 years ago

CSScomb used process directory to resolve path to custom .csscomb.json. Now script for running CSScomb chdir's to file directory before resolving custom config.

chernetsov0 commented 9 years ago

@tonyganch this is kind of show stopper for using Sublime plugin with my projects, so yeah, will be very grateful for fast merging and pushing to Package Control.

tonyganch commented 9 years ago

@chernetsov0, I'm so sorry for delay. Thank you for the fix! Merged into master.