mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Fix eslint complaining typo.
This commit is contained in:
parent
1eb6af0119
commit
dfec901ba3
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ gulp.task('translate', [
|
||||||
|
|
||||||
gulp.task('pug', function() {
|
gulp.task('pug', function() {
|
||||||
return gulp.src([
|
return gulp.src([
|
||||||
, './res/**/*.pug'
|
'./res/**/*.pug'
|
||||||
, '!./res/bower_components/**'
|
, '!./res/bower_components/**'
|
||||||
])
|
])
|
||||||
.pipe(pug({
|
.pipe(pug({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue