aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gruntfile.js
AgeCommit message (Collapse)Author
2017-01-31Merge pull request #1728 from opdavies/sass-extensionHakim El Hattab
support .sass themes
2017-01-202017Hakim El Hattab
2016-10-16Support sass extension for custom themesOliver Davies
2016-10-05renamed 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-28merge retire.js #1473Hakim El Hattab
2016-04-10widen watch for html files, required for updates to demo.htmlHakim El Hattab
2016-04-10merge conflictHakim El Hattab
2016-04-09Fix watching for markdown filesRuben Oostinga
`./*.md` didn't work `*.md` does work
2016-01-08merge conflictHakim El Hattab
2016-01-08added retire.js to build processBjoern 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 #1469Hakim El Hattab
2015-10-26fix mixed indentationHakim El Hattab
2015-10-14Add 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-01Gruntfile.js: watch tasks restructuredjzgdev
2015-06-03add base option for grunt serve task #1102Hakim El Hattab
2015-02-25fix mixed indentationHakim El Hattab
2015-01-28dynamic file mapping to avoid themes hardcoded in gruntfileHakim El Hattab
2015-01-05(c) 2015Hakim El Hattab
2014-12-18add white theme, reverse of default theme #1018Hakim El Hattab
2014-12-10rename previous default theme to leagueHakim El Hattab
2014-10-06reduce grunt task overheadHakim El Hattab
2014-10-06reveal.css is now scss, merge autoprexier #1007Hakim El Hattab
2014-10-04merge #975 into devHakim El Hattab
2014-09-28add new black themeHakim El Hattab
2014-09-12merged dev branchYves Delley
2014-09-12re-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-05removed all vendor-prefixes from reveal.cssYves Delley
2014-07-17removed ruby dependency.Miroslav Mocek
2014-04-27merge umd wrappingHakim El Hattab
2014-04-08add UMD support. fix #787Michael Williams
2014-03-13update (c) yearHakim El Hattab
2014-02-16update (c) yearHakim El Hattab
2013-12-05grunt serve starts the browser and livereloads changes in the presentationDaniel Wegener
- upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin
2013-11-27improvement to query string parsingHakim El Hattab
2013-11-07remove old inaccurate commentHakim El Hattab
2013-10-22include all themes in grunt taskHakim El Hattab
2013-09-12Add option to Gruntfile.js to specify server portMarek Šuppa
2013-08-24add test task, avoid attempt to run tests in unrelated html filesHakim El Hattab
2013-08-22run unit tests as part of grunt build and ciHakim El Hattab
2013-08-22add qunit grunt dependencyHakim El Hattab
2013-05-04add package and serve grunt tasks (closes #437)Hakim El Hattab
2013-03-08fix grunt jshint configHakim El Hattab
2013-03-04merge two new themes, slight adjustments to said themesHakim El Hattab
2013-03-04add grunt sass theme taskHakim El Hattab
2013-02-27attempt n2 to fix grunt in travis ci buildHakim El Hattab