Latest distribution...?
stevecopley opened this issue · 3 comments
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
Rather for people reaching out this issue - https://remarkjs.com/downloads/remark-0.15.0.min.js (as - currently - already mentioned in README).
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?
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:
b01c7dc
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...