Skip to content

Commit

Permalink
Merge pull request #10 from Tiagojdferreira/patch-1
Browse files Browse the repository at this point in the history
Update gulpfile.js
  • Loading branch information
leftstick committed Feb 3, 2016
2 parents 374e515 + d6b2d2c commit 49f0c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/gulpfile.js
Expand Up @@ -10,7 +10,7 @@ gulp.task('clean', function() {
});

gulp.task('copy', ['clean'], function() {
return gulp.src(['img/*', 'mock/*'], {'base': '.'})
return gulp.src(['img/**/*', 'mock/**/*'], {'base': '.'})
.pipe(gulp.dest('build/'));
});

Expand Down

0 comments on commit 49f0c11

Please sign in to comment.