Skip to content

Commit

Permalink
reorder the copy tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Feb 4, 2014
1 parent a09ad36 commit 0802e1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ module.exports = function (grunt) {
src: '**',
dest: 'dist'
},
images: {
expand: true,
src: 'img/*',
dest: 'dist'
},
docs: {
expand: true,
cwd: './dist',
Expand All @@ -177,11 +182,6 @@ module.exports = function (grunt) {
'img/*'
],
dest: 'docs/dist'
},
images: {
expand: true,
src: 'img/*',
dest: 'dist'
}
},

Expand Down

0 comments on commit 0802e1f

Please sign in to comment.