Skip to content

Commit a7aff5a

Browse files
author
jh3y
committed
Modify sources.overwatch for gulp so that fonts are deployed
1 parent d33c250 commit a7aff5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989
docs: 'src/jade/*.jade',
9090
templates: 'src/jade/templates/**/*.jade',
9191
stylus: 'src/stylus/**/*.stylus',
92-
overwatch: env + '**/*.{html,js,css}'
92+
overwatch: env + '**/*.*'
9393
},
9494
destinations: {
9595
html: env,

0 commit comments

Comments
 (0)