Update grunt file to include img directory
This commit is contained in:
parent
a07bf97378
commit
498048a186
1 changed files with 2 additions and 0 deletions
|
@ -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/'
|
||||
},{
|
||||
|
|
Loading…
Reference in a new issue