aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
Commit message (Expand)AuthorAge
* switch to rollup for easier build configHakim El Hattab2020-04-16
* dont close dev server when tests finishHakim El Hattab2020-04-15
* unify all markdown tests into one fileHakim El Hattab2020-04-15
* convert plugins to ES modules, transpile es5 versions backwards compatibilityHakim El Hattab2020-04-15
* syntax errorHakim El Hattab2020-04-07
* avoid running tests twice in ciHakim El Hattab2020-04-07
* increase test timeoutHakim El Hattab2020-04-07
* Reveal.add/remveEventListener -> Reveal.on/offHakim El Hattab2020-04-07
* test and examples for multiple reveal.js instances on one pageHakim El Hattab2020-04-06
* qunit task rejects on failureHakim El Hattab2020-03-31
* webpack config + babel-loaderHakim El Hattab2020-03-31
* fix unit tests, use qunit-puppeteer for es6 supportHakim El Hattab2020-03-31
* move progress bar to new moduleHakim El Hattab2020-03-16
* print styles are now built into reveal.css, revamped print styles #2633Hakim El Hattab2020-03-13
* break touch interaction into own moduleHakim El Hattab2020-03-11
* add babel-eslint, link all filesHakim El Hattab2020-03-07
* move plugin logic to Plugins controllerHakim El Hattab2020-03-07
* reveal.js can now be instantiated with new Reveal(<htmlelement>,<options>)Hakim El Hattab2020-03-07
* :rotating_light: breaking change; move all compiled assets to /distHakim El Hattab2020-03-06
* add webpack, move playback to own moduleHakim El Hattab2020-03-06
* setup babelHakim El Hattab2020-03-05
* build updates, gulp serve accepts root/portHakim El Hattab2020-03-05
* refactor gulp tasks, update all gulp dependencies #2122Hakim El Hattab2020-03-03
* Removed .jshintrc and added eslint instead of jshintDaniel Panero2018-05-14
* Added the remaining gulp watchDaniel2018-03-11
* Added GulpDaniel2018-03-11