aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
Commit message (Collapse)AuthorAge
* rollup cache for all js bunling, improves subsequent build time by 50%Hakim El Hattab2020-05-27
|
* fix polyfills, add ie11 supportHakim El Hattab2020-05-26
|
* 4.0.1, remove date from built filesHakim El Hattab2020-05-25
|
* fix livereloadHakim El Hattab2020-05-20
|
* rollup cache saves 1s per js buildHakim El Hattab2020-05-19
|
* auto-animate example in demoHakim El Hattab2020-05-19
|
* bundle html inside of notes.js, no more need for relatively locating ↵Hakim El Hattab2020-05-18
| | | | external html
* move built plugin files from /dist/plugin/ to /plugin/<name>/Hakim El Hattab2020-05-18
|
* esm bundle only targets browsers with module supportHakim El Hattab2020-05-04
|
* .esm suffix for module bundle, marked/highlight.js are installed via npmHakim El Hattab2020-05-04
|
* remove unused dependency, disable inconsistent 'slidetransitionend' testHakim El Hattab2020-04-27
|
* plugins can be direct references or factory functionsHakim El Hattab2020-04-23
|
* get rid of event listener warning when running testsHakim El Hattab2020-04-22
|
* two js bundles; reveal.js (es6) and reveal.es5.js, add source mapsHakim El Hattab2020-04-17
|
* add 'plugins' config option, new way of registering es5 pluginsHakim El Hattab2020-04-17
|
* 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
| | | | I added the same jshint configuration/rules in package.json and I replaced some old function with arrow function to improve legibility
* Added the remaining gulp watchDaniel2018-03-11
| | | | I forgot them :anguished:
* Added GulpDaniel2018-03-11
I have created a gulpfile.js with the same tasks of grunt, replaced npm script and finally ad .jshintrc for jshint