From 28700b8d83dd165ec44ab4c1b7f1630b1ae887f5 Mon Sep 17 00:00:00 2001 From: lesion Date: Sun, 15 Jul 2018 23:31:29 +0200 Subject: [PATCH] grunt watch slides --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b6ef63b..b1eb5ea 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -139,7 +139,7 @@ module.exports = function(grunt) { files: root.map(path => path + '/*.html') }, markdown: { - files: root.map(path => path + '/*.md') + files: root.map(path => path + '/slides/*.md') }, options: { livereload: true