bdkjones / CodeKit2

CodeKit 2 Beta
97 stars 4 forks source link

[Hook Bug] CK_INPUT_PATHS blank when file is processed by JSHint/JSLint #574

Closed subhaze closed 1 year ago

subhaze commented 9 years ago

I was trying to write a hook that would trigger on a JS file when saved via The filename of any processed file.

This hook was triggered successfully but the CK_INPUT_PATHS variable was blank. I would think under these conditions the list of JS files that were hinted/linted would be set.