fix npm security warnings, auto run tests when changed

This commit is contained in:
Hakim El Hattab
2019-04-01 11:14:22 +02:00
parent df25fbebba
commit 29ea072ddf
4 changed files with 5902 additions and 2 deletions

View File

@@ -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')
},