Skip to content

Commit

Permalink
make sure watch glob is actually being used
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Dec 21, 2015
1 parent 857e29a commit e4d3edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/budo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var opts = {
stream: process.stdout,
host: process.env.HOST,
port: process.env.PORT || consts.PORT,
// watchGlob: consts.WATCH,
watchGlob: consts.WATCH,
browserifyArgs: ['-s', consts.NAME],
middleware: function (req, res, next) {
// Route `dist/aframe.js` to `build/aframe.js` so we can
Expand Down

0 comments on commit e4d3edf

Please sign in to comment.