Matt McKellar-Spence
Matt McKellar-Spence
I don't find it in the way, I think it's quite out of date though, so I really wouldn't recommend using it. I think all the operations are covered by...
Ah right, so this should be closed and another issue opened to support `@symb` in `publish.js`?
Odd. Well I've grabbed the `publish.js` changes from #99 and converted them to Ramda code ready to be put in another PR. I'll hold off until you can confirm if...
#99 modifies `jsdoc/publish.js` which was removed by #143 because it was unused by the build scripts. That doesn't explain why `symb` isn't used in `dist/ramda.js` though, since that is taken...
We cannot use the hack fix from #161 because the HTML is generated from Markdown. Using the `body {padding-top: @navbar-height;}` recommended fix does not seem to work either.
That seems to work, but replacing the existing top margin and padding changes the layout. So margins that would normally collapse together are no longer able to. I've got the...
Given the benefits of having a browser version in the package, would it be worthwhile adding these to Ramda Fantasy? I hope @davidchambers doesn't mind me pinging him on his...
So it would be possible to serve it up with unpkg?
Quickest fix would seem to be adding a `prepublish` script to run browserify on Ramda-Fantasy. The browser file can be ignored from the Git repo (and that seems to be...
@buzzdecafe (if I'm not mistaken) it seems that PR only needs the `dist` files removed and added to `.gitignore`. In that case, would it be easier for you to make...