CK_OUTPUT_PATHS empty in hook
Hi,
My hook:
echo "CK_OUTPUT_PATHS: $CK_OUTPUT_PATHS" >> ~/codekit.log
Scenarios:
- Save a ".scss" file
- Save a ".js" file
- 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
Is your JS file set to create an output file, or only check syntax?
"This file generates an output file" is checked, and "Output style" is set to "Minified".
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.
Hey Bryan, any news on this issue?
I haven't had a chance to look into it yet, but it's on my list.