1
0
Fork 0

Update grunt file to include img directory

This commit is contained in:
Andrew Tomaka 2015-05-13 09:30:15 -04:00
parent a07bf97378
commit 498048a186
1 changed files with 2 additions and 0 deletions

View File

@ -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/'
},{