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}'
|
'slides/{,*/}*.{md,html}'
|
||||||
'js/*.js'
|
'js/*.js'
|
||||||
'css/*.css'
|
'css/*.css'
|
||||||
|
'img/*'
|
||||||
]
|
]
|
||||||
|
|
||||||
index:
|
index:
|
||||||
|
@ -80,6 +81,7 @@ module.exports = (grunt) ->
|
||||||
'bower_components/**'
|
'bower_components/**'
|
||||||
'js/**'
|
'js/**'
|
||||||
'css/*.css'
|
'css/*.css'
|
||||||
|
'img/*'
|
||||||
]
|
]
|
||||||
dest: 'dist/'
|
dest: 'dist/'
|
||||||
},{
|
},{
|
||||||
|
|
Loading…
Reference in a new issue