jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.29k stars 514 forks source link

Simplified gh-pages #499 #509

Closed sunshineo closed 10 months ago

sunshineo commented 2 years ago

Demo page is deployed by gh-pages branch, it is diverged from master branch (for example dist folder not ignored and demo page served from there). It requires manual merge from master branch to update demo page to use the latest rrule lib. This PR makes gh-pages branch only for the demo page and use rrule from npm. Currently 2.7.0. For future updates, instead of merge from the tip of master, we simply update the version number in package.json