Skip to content

Commit

Permalink
Increase the file watch interval to give my CPU a break.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jun 13, 2018
1 parent 1b90cac commit 607f9bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ module.exports = function (grunt) {
}
},
watch: {
options: {
interval: 1000
},
css: {
files: '**/*.scss',
tasks: ['sass']
Expand Down

0 comments on commit 607f9bd

Please sign in to comment.