Skip to content

Commit 29ea072

Browse files
committed
fix npm security warnings, auto run tests when changed
1 parent df25fbe commit 29ea072

4 files changed

Lines changed: 5902 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ out/
88
log/*.log
99
tmp/**
1010
node_modules/
11-
package-lock.json
1211
.sass-cache
1312
css/reveal.min.css
1413
js/reveal.min.js

Gruntfile.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ module.exports = function(grunt) {
144144
files: [ 'css/reveal.scss' ],
145145
tasks: 'css-core'
146146
},
147+
test: {
148+
files: [ 'test/*.html' ],
149+
tasks: 'test'
150+
},
147151
html: {
148152
files: root.map(path => path + '/*.html')
149153
},

0 commit comments

Comments
 (0)