Skip to content

Commit

Permalink
remove superfluous spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Dec 17, 2015
1 parent e4d85f9 commit 3d03c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/budo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ app
.live()
.on('watch', function (eventType, fn) {
if (eventType !== 'change' && eventType !== 'add') { return; }

if (path.extname(fn) === '.css') {
// We want to trigger a reload of the entire document, since
// browserify-css injects CSS into the page.
Expand Down

0 comments on commit 3d03c24

Please sign in to comment.