-
Notifications
You must be signed in to change notification settings - Fork 71
adds-symbols - initial commit #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There is a problem to be resolved: I don't think I have been copying |
looks like can that be made a |
…om.less to less/ramda.less, removed link tag for custom.css in docs/index.html.handlebars
Thanks I'm not familiar with LESS and I totally missed that build step. Let me know if there is a better way to integrate the Also I wanted to note that since these PRs are split between two repos I have been working locally with a modified make file:
I assumed that once both of the PRs are merged, the curl address will have the new changes built into ramda.js? |
Looks like the |
Yep that's what I assume would happen. Here's the Side Note: so in ramda repo I just tried rebuilding
|
that error is jsdoc choking on documentation in 0.22 that it doesn't know how to parse. |
Does |
it should -- that's how i published the docs. and that was the sole reason for the .1 patch release |
Confirmed works! |
i'm happy to merge this one 🐪 |
original issue: ramda/ramda#1776
the complementary PR for ramda/ramda: ramda/ramda#1852