Skip to content

Commit

Permalink
Fix eslint complaining typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunta committed Aug 5, 2016
1 parent 1eb6af0 commit dfec901
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 @@ -206,7 +206,7 @@ gulp.task('translate', [

gulp.task('pug', function() {
return gulp.src([
, './res/**/*.pug'
'./res/**/*.pug'
, '!./res/bower_components/**'
])
.pipe(pug({
Expand Down

0 comments on commit dfec901

Please sign in to comment.