Skip to content

Commit

Permalink
调整 home 目录的编译过程拷贝内容
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Jun 3, 2014
1 parent c8cb320 commit 4ef7378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ gulp.task('copy', function () {
// Homepage
gulp.src(['app/fonts/**/*'])
.pipe(gulp.dest('dist/home/fonts'));
gulp.src(['app/images/intro-*', 'app/images/un-team.png'])
gulp.src(['app/images/*'])
.pipe(gulp.dest('dist/home/images/'));
});

Expand Down

0 comments on commit 4ef7378

Please sign in to comment.