aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.ts')
-rw-r--r--Gruntfile.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gruntfile.ts b/Gruntfile.ts
index 1b7f31c..597ede1 100644
--- a/Gruntfile.ts
+++ b/Gruntfile.ts
@@ -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')
},