Skip to content

Commit

Permalink
Modify sources.overwatch for gulp so that fonts are deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3y committed Jul 31, 2015
1 parent d33c250 commit a7aff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = {
docs: 'src/jade/*.jade',
templates: 'src/jade/templates/**/*.jade',
stylus: 'src/stylus/**/*.stylus',
overwatch: env + '**/*.{html,js,css}'
overwatch: env + '**/*.*'
},
destinations: {
html: env,
Expand Down

0 comments on commit a7aff5a

Please sign in to comment.