fix npm security warnings, auto run tests when changed
This commit is contained in:
parent
df25fbebba
commit
29ea072ddf
|
@ -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')
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue