mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Fix eslint complaining typo.
This commit is contained in:
@@ -206,7 +206,7 @@ gulp.task('translate', [
|
||||
|
||||
gulp.task('pug', function() {
|
||||
return gulp.src([
|
||||
, './res/**/*.pug'
|
||||
'./res/**/*.pug'
|
||||
, '!./res/bower_components/**'
|
||||
])
|
||||
.pipe(pug({
|
||||
|
||||
Reference in New Issue
Block a user