Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayin committed Jul 15, 2015
1 parent 5890ee1 commit 543c6c3
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 @@ -25,7 +25,7 @@ gulp.task('copy', function(){
gulp.src(['./src/*.html'])
.pipe(gulp.dest(DEST))
// css
gulp.src(['./src/style/**/*.(css|scss|less)',
gulp.src(['./src/style/**/*.+(css|scss|less)',
'./node_modules/normalize.css/normalize.css'])
.pipe(gulp.dest(DEST + '/style/'))
// js
Expand Down

0 comments on commit 543c6c3

Please sign in to comment.