cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
dorab 2020-11-15T02:13:02.158400Z

Just bumped version to 0.1.2 and made a release.

Jakub Holý 2020-11-15T08:14:59.158700Z

Awesome, thanks a lot!

Eugen 2020-11-15T09:14:14.158900Z

Hi, I think it will. I saw your PR a while back and I thought it was a great idea. it is a step in the same direction for sure. I do think it will help, even if only by side effects (faster compilation time).

Eugen 2020-11-15T09:16:45.159200Z

Is there a way to append changes to the change/set compilation pipeline? For example your code does not work for next/previous. Would it help if we add the previous/next files to the compilation queue as the compilation happens?

Eugen 2020-11-15T09:20:07.159400Z

yes, but someone pointed out that libsass and consequently jsass and similar wrappers are being deprcated en-mass. jsass itself is in maintenance mode for that reason. They are working on something like libsass-protocol but doesn't seem to go anywhere for now. I think the best way to solve this for now is to improve the docs and recommend people install a compatible sass compiler.

Jakub Holý 2020-11-15T17:14:11.159600Z

Thanks for digging in to it. Then let's do that!

Jakub Holý 2020-11-15T17:16:59.159800Z

Not built in. We would need to make a more complicated (and maintainenance-expensive) change to enable that and personally I do not think it's worth that because who cares about those links during development? Why?

Eugen 2020-11-15T17:23:57.160Z

sure

Eugen 2020-11-15T17:25:11.160200Z

I was just curios if there is enough need for something like that. I'm not familiar with the code to know how hard it would be to implement. I think the event part would be nice.