Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-28 | build dependency updates | Hakim El Hattab | |
2019-02-28 | see if increased node version fixes build | Hakim El Hattab | |
2019-02-28 | update grunt dependencies | Hakim El Hattab | |
2019-02-28 | fix scss compilation task | Hakim El Hattab | |
2019-01-22 | upgrade to socket.io 2.2.0 #2257 | Hakim El Hattab | |
2018-08-01 | 3.7.0 | Hakim El Hattab | |
2018-01-22 | Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0. | Benjamin Tan | |
2018-01-22 | Update `grunt-contrib-uglify`. | Benjamin Tan | |
2018-01-22 | Update dependencies. | Benjamin Tan | |
2017-11-22 | lab.hakim.se/reveal-js -> revealjs.com | Hakim El Hattab | |
2017-11-22 | 3.6.0 | Hakim El Hattab | |
2017-05-01 | Upgrade Grunt dependencies and standardise on a consistent file format. | Benjamin Tan | |
Closes #1226, #1538. | |||
2017-04-26 | 3.5.0 | Hakim El Hattab | |
2017-02-01 | Merge branch 'master' of https://github.com/Bramas/reveal.js into dev | Hakim El Hattab | |
2017-01-31 | Merge pull request #1764 from demoneaux/package-json | Hakim El Hattab | |
Shift `dependencies` to `devDependencies`. | |||
2017-01-25 | 3.4.1 | Hakim El Hattab | |
2017-01-10 | 3.4.0 | Hakim El Hattab | |
2016-12-08 | Shift `dependencies` to `devDependencies`. | Benjamin Tan | |
The `reveal.js` npm module is typically installed to access the CSS/JS assets for Reveal.js. For those that want to run the plugins, they would clone the whole repository. Hence, it doesn’t make sense to include those as `dependencies`, which will increase download times. Closes #1734. | |||
2016-12-06 | Reduce required Node.js version to 4.0.0. | Benjamin Tan | |
The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725. | |||
2016-12-01 | merge package version conflicts | Hakim El Hattab | |
2016-12-01 | update dependencies to work with latest node #1743 | Hakim El Hattab | |
2016-11-09 | Bump node engine in packages.json | Henrik Feldt | |
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 | update dependencies based on retire.js info #1473 | Hakim El Hattab | |
2016-06-28 | merge retire.js #1473 | Hakim El Hattab | |
2016-06-28 | add 'npm build' script that launch grunt | Quentin Bramas | |
2016-04-18 | 3.3.0 | Hakim El Hattab | |
2016-03-06 | Remove unused dependencies. | Benjamin Tan | |
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-08 | merge conflict | Hakim El Hattab | |
2016-01-06 | Add the grunt-cli as a dependency instead of assuming global grunt. | Victor Powell | |
2015-12-21 | updated to mustache 2.2.1 | Bjoern Kimminich | |
prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388) | |||
2015-12-08 | remove redundant spaces. | Bo-Yi Wu | |
2015-11-09 | 3.2.0 | Hakim El Hattab | |
2015-09-28 | Update dependencies to fix installation | Adam Huffman | |
2015-06-25 | Merge pull request #1270 from jasonkarns/patch-1 | Hakim El Hattab | |
enabling launching presentation with npm-start | |||
2015-06-16 | `licenses` field is deprecated | Jason Karns | |
the `licenses` field in package.json is deprecated. https://docs.npmjs.com/files/package.json#license The `license` field is the recommended field and expects an SPDX expression. | |||
2015-06-16 | enabling launching presentation with npm-start | Jason Karns | |
2015-05-18 | 3.1.0 | Hakim El Hattab | |
2015-04-12 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-04-12 | update cssmin to 0.12.2 #1179 | Hakim El Hattab | |
2015-03-14 | Make npm dependency usable by Browserify through NPM | Alexandre Stanislawski | |
Right now the package is not recognized as usable library by Browserify. Adding the main attribute in the package.json solves that, and now gives others the possibility to use reveal as a library in more complex systems. | |||
2015-01-06 | revise contribution guidelines, graduate 3.0 from dev | Hakim El Hattab | |
2014-10-16 | update grunt connect for more hostname flexibility #981 | Hakim El Hattab | |
2014-10-16 | update grunt-qunit | 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-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 | removed all vendor-prefixes from reveal.css | Yves Delley | |
2014-07-18 | Update package.json | miira | |
2014-07-17 | removed ruby dependency. | Miroslav Mocek | |
2014-06-09 | update to node 0.10 | Hakim El Hattab | |
2014-04-06 | next release will be 3.0.0 | Hakim El Hattab | |
2014-03-18 | use socket.io 0.9.16 | Hakim El Hattab | |
2014-03-18 | update version to 2.6.2 to fix broken tarball on npm #506 | Hakim El Hattab | |
2014-02-28 | change version to 2.7.0 (dev) | 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-12-02 | 2.6.1 #734 | Hakim El Hattab | |
2013-11-27 | remove dev flag from version | Hakim El Hattab | |
2013-09-03 | update grunt and node dependency versions | Hakim El Hattab | |
2013-08-24 | include dev flag in version | Hakim El Hattab | |
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-08-22 | 2.6.0 | Hakim El Hattab | |
2013-05-12 | upgrade to 2.5.0 | Hakim El Hattab | |
2013-05-04 | add package and serve grunt tasks (closes #437) | Hakim El Hattab | |
2013-03-30 | Merge branch 'master' of https://github.com/theoreticaLee/reveal.js into dev | Hakim El Hattab | |
2013-03-27 | Add Reveal.js license to package.json | Lee Leathers | |
2013-03-17 | update version to 2.4 | Hakim El Hattab | |
2013-03-08 | merge in multiplex (#98) | Hakim El Hattab | |
2013-03-08 | Bring multiplex up to date | David Banham | |
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 | |
2013-02-27 | upgrading to grunt 0.4. resolves #349. | Boaz Sender | |
2013-01-27 | updated to v2.3, initial implementation of uniformly scaled presentations (#310) | Hakim El Hattab | |
2013-01-21 | Add grunt as a dev dependency | Nick Schonning | |
2013-01-21 | Add npm script tage the Travis automatically executes | Nick Schonning | |
Set targets to lint, and quint for when the testing is implemented | |||
2012-11-12 | Use grunt-contrib-mincss ~0.3.1 | Josh Nichols | |
Was at ~0.3.2, but doesn't seem to have been released properly. | |||
2012-11-11 | add grunt.js build file (closes #235) | Hakim El Hattab | |
2012-09-11 | package.json for node 0.8+ | Rebecca Murphey | |
2012-07-01 | include underscore as a dependency for npm | Hakim El Hattab | |
2012-06-17 | add mustache dependency | Rebecca Murphey | |
2012-06-07 | taking a stab at a presenter notes server | Rebecca Murphey | |