@@ -8,7 +8,6 @@ out/
log/*.log
tmp/**
node_modules/
-package-lock.json
.sass-cache
css/reveal.min.css
js/reveal.min.js
@@ -144,6 +144,10 @@ module.exports = function(grunt) {
files: [ 'css/reveal.scss' ],
tasks: 'css-core'
},
+ test: {
+ files: [ 'test/*.html' ],
+ tasks: 'test'
+ },
html: {
files: root.map(path => path + '/*.html')
@@ -24,7 +24,7 @@
"devDependencies": {
"express": "^4.16.2",
- "grunt": "^1.0.3",
+ "grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-connect": "^2.0.0",