CodeKit2 icon indicating copy to clipboard operation
CodeKit2 copied to clipboard

CK_OUTPUT_PATHS empty in hook

Open urlund opened this issue 10 years ago • 5 comments

Hi,

My hook:

echo "CK_OUTPUT_PATHS: $CK_OUTPUT_PATHS" >> ~/codekit.log

Scenarios:

  1. Save a ".scss" file
  2. Save a ".js" file
  3. Click the "Process" button in CodeKit UI

Actual result:

CK_OUTPUT_PATHS: /path/to/css/styles.css
CK_OUTPUT_PATHS:
CK_OUTPUT_PATHS: /path/to/js/min/scripts-min.js

Expected result:

CK_OUTPUT_PATHS: /path/to/css/styles.css
CK_OUTPUT_PATHS: /path/to/js/min/scripts-min.js
CK_OUTPUT_PATHS: /path/to/js/min/scripts-min.js

urlund avatar Apr 30 '15 06:04 urlund

Is your JS file set to create an output file, or only check syntax?

bdkjones avatar Apr 30 '15 06:04 bdkjones

"This file generates an output file" is checked, and "Output style" is set to "Minified".

urlund avatar Apr 30 '15 06:04 urlund

Ok. I’ll have to take a closer look. Thanks for the report.

On 29 Apr 2015, at 23:37, Henrik Urlund [email protected] wrote:

"This file generates an output file" is checked, and "Output style" is set to "Minified".

— Reply to this email directly or view it on GitHub https://github.com/bdkjones/CodeKit/issues/552#issuecomment-97679141.

bdkjones avatar Apr 30 '15 07:04 bdkjones

Hey Bryan, any news on this issue?

urlund avatar Jun 15 '15 06:06 urlund

I haven't had a chance to look into it yet, but it's on my list.

bdkjones avatar Jun 15 '15 08:06 bdkjones