Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrocky committed Jan 26, 2024
1 parent 154d60b commit 7c18154
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 @@ -348,7 +348,7 @@ gulp.task( 'font',
'./docs/pbFont/*.css'
]
).pipe(
require( './.submodules/web-doc-base/js-buildtools/web-font.js' ).main( COMMON_VARS )
require( './.submodules/web-doc-base/js-buildtools/web-font.js' ).main( COMMON_VARS )
).pipe(
gulp.dest( 'docs/pbFont' )
);
Expand Down

0 comments on commit 7c18154

Please sign in to comment.