Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-28 | update grunt dependencies | Hakim El Hattab | |
2019-02-28 | fix scss compilation task | Hakim El Hattab | |
2019-01-10 | 2019 | Hakim El Hattab | |
2018-06-11 | merge #1955 with minor changes | Hakim El Hattab | |
2018-03-16 | Updates copyright to 2018 | craigsdennis | |
2018-01-22 | Update `grunt-contrib-uglify`. | Benjamin Tan | |
2017-11-22 | lab.hakim.se/reveal-js -> revealjs.com | Hakim El Hattab | |
2017-05-16 | correct target for cssmin | Hakim El Hattab | |
2017-05-05 | Merge pull request #1887 from tristansokol/tristans/add-useavailableport | Hakim El Hattab | |
adds `useAvailablePort` option when serving page with connect. | |||
2017-05-02 | adds `useAvailablePort` option when serving page with connect. | Tristan Sokol | |
2017-05-01 | Upgrade Grunt dependencies and standardise on a consistent file format. | Benjamin Tan | |
Closes #1226, #1538. | |||
2017-01-31 | Merge pull request #1728 from opdavies/sass-extension | Hakim El Hattab | |
support .sass themes | |||
2017-01-20 | 2017 | Hakim El Hattab | |
2016-10-16 | Support sass extension for custom themes | Oliver Davies | |
2016-10-05 | renamed grunt 'base' option to 'root' (#1660) | CH | |
* Allow slides to be served away from revealjs server location The previous 'base' option conflicts with Grunt's 'base' option. Changing it to 'root' avoids this. Further, updating to a newer Grunt allows multiple parameters to be used. therefore `grunt serve --root="." --root="pathtomyslides"` allows you to keep your slide content separate from JS/CSS and such * Live reload for relocated base * Updated packages to match origin/dev * Updated packages to match origin/dev * Ensure root is an array | |||
2016-06-28 | merge retire.js #1473 | Hakim El Hattab | |
2016-04-10 | widen watch for html files, required for updates to demo.html | Hakim El Hattab | |
2016-04-10 | merge conflict | Hakim El Hattab | |
2016-04-09 | Fix watching for markdown files | Ruben Oostinga | |
`./*.md` didn't work `*.md` does work | |||
2016-01-08 | merge conflict | Hakim El Hattab | |
2016-01-08 | added retire.js to build process | Bjoern Kimminich | |
-allows security vulnerability check in used npm-dependencies and own scripts -execute with ```grunt retire``` | |||
2016-01-04 | :copyright: :copyright: :copyright: :copyright: :copyright: closes #1469 | Hakim El Hattab | |
2015-10-26 | fix mixed indentation | Hakim El Hattab | |
2015-10-14 | Add more support for external markdown. | Will Sloan | |
The 'grunt watch' command now also watches for changes to external markdown. The 'grunt package' command now packages all external markdown files for rapid deployment in static enviroments. | |||
2015-07-01 | Gruntfile.js: watch tasks restructured | jzgdev | |
2015-06-03 | add base option for grunt serve task #1102 | Hakim El Hattab | |
2015-02-25 | fix mixed indentation | Hakim El Hattab | |
2015-01-28 | dynamic file mapping to avoid themes hardcoded in gruntfile | Hakim El Hattab | |
2015-01-05 | (c) 2015 | Hakim El Hattab | |
2014-12-18 | add white theme, reverse of default theme #1018 | Hakim El Hattab | |
2014-12-10 | rename previous default theme to league | Hakim El Hattab | |
2014-10-06 | reduce grunt task overhead | Hakim El Hattab | |
2014-10-06 | reveal.css is now scss, merge autoprexier #1007 | Hakim El Hattab | |
2014-10-04 | merge #975 into dev | Hakim El Hattab | |
2014-09-28 | add new black theme | Hakim El Hattab | |
2014-09-12 | merged dev branch | Yves Delley | |
2014-09-12 | re-created unprefixed version of reveal.css automatically using ↵ | Yves Delley | |
autoprefixer, to facilitate merging of changes to it | |||
2014-09-05 | - | Yves Delley | |
2014-09-05 | removed all vendor-prefixes from reveal.css | Yves Delley | |
2014-07-17 | removed ruby dependency. | Miroslav Mocek | |
2014-04-27 | merge umd wrapping | Hakim El Hattab | |
2014-04-08 | add UMD support. fix #787 | Michael Williams | |
2014-03-13 | update (c) year | Hakim El Hattab | |
2014-02-16 | update (c) year | Hakim El Hattab | |
2013-12-05 | grunt serve starts the browser and livereloads changes in the presentation | Daniel Wegener | |
- upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin | |||
2013-11-27 | improvement to query string parsing | Hakim El Hattab | |
2013-11-07 | remove old inaccurate comment | Hakim El Hattab | |
2013-10-22 | include all themes in grunt task | Hakim El Hattab | |
2013-09-12 | Add option to Gruntfile.js to specify server port | Marek Šuppa | |
2013-08-24 | add test task, avoid attempt to run tests in unrelated html files | Hakim El Hattab | |
2013-08-22 | run unit tests as part of grunt build and ci | Hakim El Hattab | |
2013-08-22 | add qunit grunt dependency | Hakim El Hattab | |
2013-05-04 | add package and serve grunt tasks (closes #437) | Hakim El Hattab | |
2013-03-08 | fix grunt jshint config | Hakim El Hattab | |
2013-03-04 | merge two new themes, slight adjustments to said themes | Hakim El Hattab | |
2013-03-04 | add grunt sass theme task | Hakim El Hattab | |
2013-02-27 | attempt n2 to fix grunt in travis ci build | Hakim El Hattab | |