Hakim El Hattab
ca29e3dd29
webpack config + babel-loader
2020-03-31 13:23:51 +02:00
Hakim El Hattab
dbbd82579e
fix unit tests, use qunit-puppeteer for es6 support
2020-03-31 13:06:58 +02:00
Hakim El Hattab
7f94a79c27
add babel-eslint, link all files
2020-03-07 18:29:00 +01:00
Hakim El Hattab
608a7577bd
🚨 breaking change; move all compiled assets to /dist
2020-03-06 19:58:40 +01:00
Hakim El Hattab
027dc259da
add webpack, move playback to own module
2020-03-06 18:59:09 +01:00
Hakim El Hattab
5c24818b7e
setup babel
2020-03-05 13:49:08 +01:00
Hakim El Hattab
fc30870701
build updates, gulp serve accepts root/port
2020-03-05 11:35:20 +01:00
Hakim El Hattab
2184a5058a
refactor gulp tasks, update all gulp dependencies #2122
2020-03-03 21:01:43 +01:00
Hakim El Hattab
4b7e3e313f
4.0.0-dev
2020-01-29 20:22:42 +01:00
Hakim El Hattab
eaf3988311
3.9.1 because a local edit made it into npm
2020-01-29 15:11:49 +01:00
Hakim El Hattab
8a54118f43
npm audit fix 😶
2020-01-27 14:50:54 +01:00
Hakim El Hattab
45f468ccc4
3.9.0
2020-01-27 14:47:17 +01:00
Hakim El Hattab
7a169732de
upgrade to node-sass 4.13.0, fix security warnings #2473
2020-01-11 20:30:29 +01:00
Aurélien Normand
0935462706
Update package.json for node 12 support
...
simple node-sass update which fixes this issue
2019-07-07 11:41:30 +02:00
Hakim El Hattab
3da09f1fef
3.8.0
2019-04-01 14:34:10 +02:00
Hakim El Hattab
2734aa3da0
fix grunt ci error
2019-04-01 13:46:08 +02:00
Hakim El Hattab
e6fa04d485
fix typos
2019-04-01 13:11:29 +02:00
Hakim El Hattab
29ea072ddf
fix npm security warnings, auto run tests when changed
2019-04-01 11:14:22 +02:00
Hakim El Hattab
213023760a
build dependency updates
2019-02-28 13:47:49 +01:00
Hakim El Hattab
4a8899e520
see if increased node version fixes build
2019-02-28 13:25:46 +01:00
Hakim El Hattab
5ae2d3eb1e
update grunt dependencies
2019-02-28 11:22:32 +01:00
Hakim El Hattab
205ef8fdcc
fix scss compilation task
2019-02-28 10:07:41 +01:00
Hakim El Hattab
baac3413ed
upgrade to socket.io 2.2.0 #2257
2019-01-22 15:05:13 +01:00
Hakim El Hattab
2c5396b7d3
3.7.0
2018-08-01 10:37:51 +02:00
Daniel Panero
4818acbaf0
Removed .jshintrc and added eslint instead of jshint
...
I added the same jshint configuration/rules in package.json and I replaced some old function with arrow function to improve legibility
2018-05-14 20:01:59 +02:00
Daniel
8069b003f4
Added Gulp
...
I have created a gulpfile.js with the same tasks of grunt, replaced npm script and finally ad .jshintrc for jshint
2018-03-11 14:15:17 +01:00
Benjamin Tan
f9d0766637
Update QUnit to 2.5.0 and grunt-contrib-qunit
to 2.0.0.
2018-01-22 22:38:32 +08:00
Benjamin Tan
f0fa6fb226
Update grunt-contrib-uglify
.
2018-01-22 22:38:30 +08:00
Benjamin Tan
e382d5cfab
Update dependencies.
2018-01-22 22:38:29 +08:00
Hakim El Hattab
65bdccd580
lab.hakim.se/reveal-js -> revealjs.com
2017-11-22 14:46:55 +01:00
Hakim El Hattab
8a63686017
3.6.0
2017-11-22 14:10:33 +01:00
Benjamin Tan
b294323854
Upgrade Grunt dependencies and standardise on a consistent file format.
...
Closes #1226 , #1538 .
2017-05-01 12:16:30 +08:00
Hakim El Hattab
8e93a1ddf9
3.5.0
2017-04-26 14:21:54 +02:00
Hakim El Hattab
cc43ff21ef
Merge branch 'master' of https://github.com/Bramas/reveal.js into dev
2017-02-01 11:13:40 +01:00
Hakim El Hattab
581da02def
Merge pull request #1764 from demoneaux/package-json
...
Shift `dependencies` to `devDependencies`.
2017-01-31 15:11:38 +01:00
Hakim El Hattab
9f8e4d5742
3.4.1
2017-01-25 10:51:25 +01:00
Hakim El Hattab
fb8414f4cb
3.4.0
2017-01-10 13:47:33 +01:00
Benjamin Tan
22de402888
Shift dependencies
to devDependencies
.
...
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-08 15:26:16 +08:00
Benjamin Tan
03ac4a2e8e
Reduce required Node.js version to 4.0.0.
...
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-06 18:12:41 +08:00
Hakim El Hattab
f0dfb5b5e3
merge package version conflicts
2016-12-01 10:34:02 +01:00
Hakim El Hattab
b4d46d2b7c
update dependencies to work with latest node #1743
2016-12-01 10:32:44 +01:00
Henrik Feldt
a8586b3ab3
Bump node engine in packages.json
2016-11-09 11:11:34 +01:00
CH
2cf00254a1
renamed grunt 'base' option to 'root' ( #1660 )
...
* 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-10-05 11:45:37 +02:00
Hakim El Hattab
541bcf2123
update dependencies based on retire.js info #1473
2016-06-28 15:48:09 +02:00
Hakim El Hattab
e7de1bd8b0
merge retire.js #1473
2016-06-28 15:43:11 +02:00
Quentin Bramas
338a7b0ff9
add 'npm build' script that launch grunt
2016-06-28 14:31:37 +02:00
Hakim El Hattab
539e774d31
3.3.0
2016-04-18 15:29:51 +02:00
Benjamin Tan
9eb56f8146
Remove unused dependencies.
2016-03-06 16:52:02 +08:00
Bjoern Kimminich
7621e1085d
added retire.js to build process
...
-allows security vulnerability check in used npm-dependencies and own scripts
-execute with ```grunt retire```
2016-01-08 10:51:35 +01:00
Hakim El Hattab
1d6848a782
merge conflict
2016-01-08 10:21:35 +01:00