Skip to content

Commit

Permalink
code formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeboning committed Jun 27, 2015
1 parent f3d5995 commit 4b41911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/cleaver
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ program
});

// also watch on stylesheet if included via command prompt
if('style' in options) {
if ('style' in options) {
fs.watchFile(options.style, { persistent: true, interval: 100 }, function () {
console.log('Rebuilding: ' + new Date());
createAndSave([file], options);
});

}
});

Expand Down

0 comments on commit 4b41911

Please sign in to comment.