Skip to content

Commit

Permalink
Addresses CR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Jan 15, 2017
1 parent 5454703 commit bf8dfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ module.exports = function(options) {
}

if (sassStats.mtime > cssStats.mtime) { // Source has changed, compile it
log('debug', 'compile', cssPath, 'was modified');
log('debug', 'compile', sassPath, 'was modified');
return compile();
}

Expand Down

0 comments on commit bf8dfd9

Please sign in to comment.