Skip to content

Commit

Permalink
add log message when watching stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeboning committed Jun 27, 2015
1 parent 4b41911 commit f42917a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cleaver
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ program
// also watch on stylesheet if included via command prompt
if ('style' in options) {
fs.watchFile(options.style, { persistent: true, interval: 100 }, function () {
console.log('Also watching for changes on ' + options.style);
console.log('Rebuilding: ' + new Date());
createAndSave([file], options);
});
Expand Down

0 comments on commit f42917a

Please sign in to comment.