From 498048a186dcd62ca4df1af76b96d3fa8aeef4d0 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 13 May 2015 09:30:15 -0400 Subject: [PATCH] Update grunt file to include img directory --- Gruntfile.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 62238e2..3bc5f69 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -13,6 +13,7 @@ module.exports = (grunt) -> 'slides/{,*/}*.{md,html}' 'js/*.js' 'css/*.css' + 'img/*' ] index: @@ -80,6 +81,7 @@ module.exports = (grunt) -> 'bower_components/**' 'js/**' 'css/*.css' + 'img/*' ] dest: 'dist/' },{