MediaFuse
MediaFuse
@bdkjones Thank you for making the output paths available in a hook. @subhaze Thank you for example timestamp implementation. Unfortunately I haven't been able to get it to work. I'm...
@subhaze Good news: I now have it working. I had to upgrade twice ... first to CodeKit 2.3, then to CodeKit 2.3.1 Thanks again to @bdkjones and @subhaze
Yes, I'm now running build 18904.
Tip for other newbies like myself: Enclose paths variable in quotes if your path names have spaces. ``` "${CK_OUTPUT_PATHS//:/}" ```
Possible fix is to change line ~55 in test for "border-box": ```javascript if (cs.boxSizing == "border-box") { offset = 10; // element.offsetHeight; } ``` Setting `offset` to the original `element.offsetHeight`...
Yes. Both Safari and Firefox (Mac) test correctly. Thanks.