gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.67k stars 854 forks source link

Latest distribution...? #664

Open stevecopley opened 2 years ago

stevecopley commented 2 years ago

Hello.

I'm not sure how to go about building this project from source. I see there have been a number of updates to the code fairly recently, and the version number is now 0.15.0.

If I grab the remark-latest.min.js from remarkjs.com it seems to be version 0.14.1 (from looking in the code).

Is there a compiled version of the latest code somewhere?

Thanks, and sorry if I'm being dumb!

Steve

szpak commented 1 year ago

Rather for people reaching out this issue - https://remarkjs.com/downloads/remark-0.15.0.min.js (as - currently - already mentioned in README).

tripu commented 1 year ago

Thank you, @szpak.

Where on the README is that URL mentioned? I see only https://remarkjs.com/downloads/remark-latest.min.js.

…which btw should be the right permanent URL, but apparently remark-latest.min.js contains/points to 0.14.1 while there is also remark-0.15.0.min.js with that newer version…

@gnab, I take it that remarkjs.com is a separate (private) repo of yours? If so, shouldn't you update the symlink to the latests release?

szpak commented 1 year ago

Where on the README is that URL mentioned? I see only https://remarkjs.com/downloads/remark-latest.min.js.

In fact, I see, it was a mental shortcut. There is https://remarkjs.com/downloads/remark-latest.min.js mentioned in the README, and checking the gh-pages branch, I've found 0.15.0: https://github.com/gnab/remark/commit/b01c7dcef72a8c73b35ee96b4cd98576bf2e4a7c

but apparently remark-latest.min.js contains/points to 0.14.1

Looking at the commits, it 0.15.0 was in fact added only as a separate file. Linking latest to 0.14.1 could be misleading...