Skip to content

Commit

Permalink
gulp配置文件添加生HTML简单模版合并
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 22, 2015
1 parent fecf433 commit 8232b97
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 @@ -46,7 +46,7 @@ gulp.task('stylus',function(){

gulp.task('script',function(){

gulp.src(['js/jQuery.3.0.0.min.js','js/database.js','js/store.js','js/main.js'])
gulp.src(['js/jQuery.3.0.0.min.js','js/template.simple.js','js/database.js','js/store.js','js/main.js'])
.pipe(uglify().on('error',gutil.log))
.pipe(concat('main.min.js').on('error',gutil.log))
.pipe(gulp.dest('./build/js'));
Expand Down

0 comments on commit 8232b97

Please # to comment.