Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1728 from opdavies/sass-extension | Hakim El Hattab | 2017-01-31 |
|\ | | | | | support .sass themes | ||
| * | Support sass extension for custom themes | Oliver Davies | 2016-10-16 |
| | | |||
* | | 2017 | Hakim El Hattab | 2017-01-20 |
| | | |||
* | | renamed grunt 'base' option to 'root' (#1660) | CH | 2016-10-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||
* | | merge retire.js #1473 | Hakim El Hattab | 2016-06-28 |
|\ \ | |/ |/| | |||
| * | added retire.js to build process | Bjoern Kimminich | 2016-01-08 |
| | | | | | | | | | | -allows security vulnerability check in used npm-dependencies and own scripts -execute with ```grunt retire``` | ||
* | | widen watch for html files, required for updates to demo.html | Hakim El Hattab | 2016-04-10 |
| | | |||
* | | merge conflict | Hakim El Hattab | 2016-04-10 |
|\ \ | |||
| * | | Fix watching for markdown files | Ruben Oostinga | 2016-04-09 |
| | | | | | | | | | `./*.md` didn't work `*.md` does work | ||
* | | | merge conflict | Hakim El Hattab | 2016-01-08 |
|\ \ \ | |/ / |/| | | |||
| * | | Gruntfile.js: watch tasks restructured | jzgdev | 2015-07-01 |
| | | | |||
* | | | :copyright: :copyright: :copyright: :copyright: :copyright: closes #1469 | Hakim El Hattab | 2016-01-04 |
| |/ |/| | |||
* | | fix mixed indentation | Hakim El Hattab | 2015-10-26 |
| | | |||
* | | Add more support for external markdown. | Will Sloan | 2015-10-14 |
|/ | | | | | | | 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. | ||
* | add base option for grunt serve task #1102 | Hakim El Hattab | 2015-06-03 |
| | |||
* | fix mixed indentation | Hakim El Hattab | 2015-02-25 |
| | |||
* | dynamic file mapping to avoid themes hardcoded in gruntfile | Hakim El Hattab | 2015-01-28 |
| | |||
* | (c) 2015 | Hakim El Hattab | 2015-01-05 |
| | |||
* | add white theme, reverse of default theme #1018 | Hakim El Hattab | 2014-12-18 |
| | |||
* | rename previous default theme to league | Hakim El Hattab | 2014-12-10 |
| | |||
* | reduce grunt task overhead | Hakim El Hattab | 2014-10-06 |
| | |||
* | reveal.css is now scss, merge autoprexier #1007 | Hakim El Hattab | 2014-10-06 |
|\ | |||
| * | merged dev branch | Yves Delley | 2014-09-12 |
| |\ | |||
| * | | re-created unprefixed version of reveal.css automatically using ↵ | Yves Delley | 2014-09-12 |
| | | | | | | | | | | | | autoprefixer, to facilitate merging of changes to it | ||
| * | | - | Yves Delley | 2014-09-05 |
| | | | |||
| * | | removed all vendor-prefixes from reveal.css | Yves Delley | 2014-09-05 |
| | | | |||
* | | | merge #975 into dev | Hakim El Hattab | 2014-10-04 |
|\ \ \ | |||
| * | | | removed ruby dependency. | Miroslav Mocek | 2014-07-17 |
| |/ / | |||
* | / | add new black theme | Hakim El Hattab | 2014-09-28 |
| |/ |/| | |||
* | | merge umd wrapping | Hakim El Hattab | 2014-04-27 |
|\ \ | |||
| * | | add UMD support. fix #787 | Michael Williams | 2014-04-08 |
| |/ | |||
| * | update (c) year | Hakim El Hattab | 2014-03-13 |
| | | |||
* | | update (c) year | Hakim El Hattab | 2014-02-16 |
| | | |||
* | | grunt serve starts the browser and livereloads changes in the presentation | Daniel Wegener | 2013-12-05 |
|/ | | | | | - upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin | ||
* | improvement to query string parsing | Hakim El Hattab | 2013-11-27 |
| | |||
* | remove old inaccurate comment | Hakim El Hattab | 2013-11-07 |
| | |||
* | include all themes in grunt task | Hakim El Hattab | 2013-10-22 |
| | |||
* | Add option to Gruntfile.js to specify server port | Marek Šuppa | 2013-09-12 |
| | |||
* | add test task, avoid attempt to run tests in unrelated html files | Hakim El Hattab | 2013-08-24 |
| | |||
* | run unit tests as part of grunt build and ci | Hakim El Hattab | 2013-08-22 |
| | |||
* | add qunit grunt dependency | Hakim El Hattab | 2013-08-22 |
| | |||
* | add package and serve grunt tasks (closes #437) | Hakim El Hattab | 2013-05-04 |
| | |||
* | fix grunt jshint config | Hakim El Hattab | 2013-03-08 |
| | |||
* | merge two new themes, slight adjustments to said themes | Hakim El Hattab | 2013-03-04 |
| | |||
* | add grunt sass theme task | Hakim El Hattab | 2013-03-04 |
| | |||
* | attempt n2 to fix grunt in travis ci build | Hakim El Hattab | 2013-02-27 |