Skip to content

Commit

Permalink
添加 Build 过程缺少的图片文件
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed May 29, 2014
1 parent ba1df6d commit 7722a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var $ = require('gulp-load-plugins')();
var LOCAL_PORT = 9999;
var SOURCE_ROOT = './app';
var BUILD_ROOT = './dist/app';
var INTRO_ROOT = './dist/intro';

/**
* =====================================
Expand Down Expand Up @@ -146,6 +145,8 @@ 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'])
.pipe(gulp.dest('dist/home/images/'));
});

gulp.task('clean', function () {
Expand Down

0 comments on commit 7722a74

Please sign in to comment.