summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAge
* Readme: Exclude irrelevant parts from readme for npmJakub Jirutka2020-03-07
|
* Fix base header level in generated README.mdJakub Jirutka2020-03-07
|
* Add task for converting Readme to Markdown before publishing on npmJakub Jirutka2020-03-07
|
* JS: Fix Opal build to not mess with backslashesJakub Jirutka2018-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 Jirutka2018-08-12
|
* Add special API for JS, don't register implicitly after requireJakub Jirutka2018-08-12
|
* Set up compilation to JavaScript using OpalJakub Jirutka2018-06-19
|
* Prepare project structureJakub Jirutka2018-01-30