Skip to content

Commit

Permalink
support extra files without extension (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
TennyZhuang authored and silvenon committed Aug 19, 2016
1 parent 4c220a5 commit ce4a84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ gulp.task('fonts', () => {

gulp.task('extras', () => {
return gulp.src([
'app/*.*',
'app/*',
'!app/*.html'
], {
dot: true
Expand Down

0 comments on commit ce4a84c

Please sign in to comment.