adding grunt watch interval to prevent insane cpu load.

This commit is contained in:
Claus
2017-06-22 11:05:42 +02:00
parent c4c99ef0b8
commit 54fdfdd639

View File

@@ -382,6 +382,9 @@ module.exports = function (grunt) {
html: {
files: ['src/views/**/*.html', 'src/*.html'],
tasks: ['watch-html', 'timestamp']
},
options: {
interval: 500
}
},