Comment out debugging code from #4376

use node v8
This commit is contained in:
Bryan Housel
2017-09-25 11:56:50 -04:00
committed by Kushan Joshi
parent ddbc9df113
commit 2d583a9400
6 changed files with 3570 additions and 22 deletions
+7
View File
@@ -36,6 +36,13 @@ if (isDevelopment) {
});
});
// gaze(['data/**/*.{js,json}'], function(err, watcher) {
// watcher.on('all', function() {
// build();
// });
// });
gaze(['modules/**/*.js', 'data/**/*.{js,json}'], function(err, watcher) {
watcher.on('all', function() {
build();