Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Readme: Exclude irrelevant parts from readme for npm | Jakub Jirutka | 2020-03-07 |
| | |||
* | Fix base header level in generated README.md | Jakub Jirutka | 2020-03-07 |
| | |||
* | Add task for converting Readme to Markdown before publishing on npm | Jakub Jirutka | 2020-03-07 |
| | |||
* | JS: Fix Opal build to not mess with backslashes | Jakub Jirutka | 2018-11-29 |
| | | | | | | | | | The problem is that the replacement in `String#sub(pattern, replacement)` is interpreted by Ruby: If replacement is a String that looks like a pattern's capture group but is actually not a pattern capture group e.g. "\'", then it will have to be preceded by two backslashes like so "\\'". | ||
* | Change JS dest directory from js/ to dist/ | Jakub Jirutka | 2018-08-12 |
| | |||
* | Add special API for JS, don't register implicitly after require | Jakub Jirutka | 2018-08-12 |
| | |||
* | Set up compilation to JavaScript using Opal | Jakub Jirutka | 2018-06-19 |
| | |||
* | Prepare project structure | Jakub Jirutka | 2018-01-30 |