aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
Commit message (Collapse)AuthorAge
* Merge pull request #1728 from opdavies/sass-extensionHakim El Hattab2017-01-31
|\ | | | | support .sass themes
| * Support sass extension for custom themesOliver Davies2016-10-16
| |
* | 2017Hakim El Hattab2017-01-20
| |
* | renamed grunt 'base' option to 'root' (#1660)CH2016-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 #1473Hakim El Hattab2016-06-28
|\ \ | |/ |/|
| * added retire.js to build processBjoern Kimminich2016-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.htmlHakim El Hattab2016-04-10
| |
* | merge conflictHakim El Hattab2016-04-10
|\ \
| * | Fix watching for markdown filesRuben Oostinga2016-04-09
| | | | | | | | | `./*.md` didn't work `*.md` does work
* | | merge conflictHakim El Hattab2016-01-08
|\ \ \ | |/ / |/| |
| * | Gruntfile.js: watch tasks restructuredjzgdev2015-07-01
| | |
* | | :copyright: :copyright: :copyright: :copyright: :copyright: closes #1469Hakim El Hattab2016-01-04
| |/ |/|
* | fix mixed indentationHakim El Hattab2015-10-26
| |
* | Add more support for external markdown.Will Sloan2015-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 #1102Hakim El Hattab2015-06-03
|
* fix mixed indentationHakim El Hattab2015-02-25
|
* dynamic file mapping to avoid themes hardcoded in gruntfileHakim El Hattab2015-01-28
|
* (c) 2015Hakim El Hattab2015-01-05
|
* add white theme, reverse of default theme #1018Hakim El Hattab2014-12-18
|
* rename previous default theme to leagueHakim El Hattab2014-12-10
|
* reduce grunt task overheadHakim El Hattab2014-10-06
|
* reveal.css is now scss, merge autoprexier #1007Hakim El Hattab2014-10-06
|\
| * merged dev branchYves Delley2014-09-12
| |\
| * | re-created unprefixed version of reveal.css automatically using ↵Yves Delley2014-09-12
| | | | | | | | | | | | autoprefixer, to facilitate merging of changes to it
| * | -Yves Delley2014-09-05
| | |
| * | removed all vendor-prefixes from reveal.cssYves Delley2014-09-05
| | |
* | | merge #975 into devHakim El Hattab2014-10-04
|\ \ \
| * | | removed ruby dependency.Miroslav Mocek2014-07-17
| |/ /
* | / add new black themeHakim El Hattab2014-09-28
| |/ |/|
* | merge umd wrappingHakim El Hattab2014-04-27
|\ \
| * | add UMD support. fix #787Michael Williams2014-04-08
| |/
| * update (c) yearHakim El Hattab2014-03-13
| |
* | update (c) yearHakim El Hattab2014-02-16
| |
* | grunt serve starts the browser and livereloads changes in the presentationDaniel Wegener2013-12-05
|/ | | | | - upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin
* improvement to query string parsingHakim El Hattab2013-11-27
|
* remove old inaccurate commentHakim El Hattab2013-11-07
|
* include all themes in grunt taskHakim El Hattab2013-10-22
|
* Add option to Gruntfile.js to specify server portMarek Šuppa2013-09-12
|
* add test task, avoid attempt to run tests in unrelated html filesHakim El Hattab2013-08-24
|
* run unit tests as part of grunt build and ciHakim El Hattab2013-08-22
|
* add qunit grunt dependencyHakim El Hattab2013-08-22
|
* add package and serve grunt tasks (closes #437)Hakim El Hattab2013-05-04
|
* fix grunt jshint configHakim El Hattab2013-03-08
|
* merge two new themes, slight adjustments to said themesHakim El Hattab2013-03-04
|
* add grunt sass theme taskHakim El Hattab2013-03-04
|
* attempt n2 to fix grunt in travis ci buildHakim El Hattab2013-02-27