csscomb / sublime-csscomb

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

Install npm module on package install #3

Closed tonyganch closed 10 years ago

tonyganch commented 10 years ago

Currently npm module is installed on first run (when user selects "Run CSScomb"). It's not such a good idea because it leads to a noticeable delay of first "comb". Instead, we should load npm module once ST plugin is installed.