Skip to content

Commit

Permalink
fix npm security warnings, auto run tests when changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 1, 2019
1 parent df25fbe commit 29ea072
Show file tree
Hide file tree
Showing 4 changed files with 5,902 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ out/
log/*.log
tmp/**
node_modules/
package-lock.json
.sass-cache
css/reveal.min.css
js/reveal.min.js
4 changes: 4 additions & 0 deletions Gruntfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
Expand Down
Loading

0 comments on commit 29ea072

Please sign in to comment.