gulpfile - comment out the task loading by default

so it doesn't log an error when there's no `task` folder
master
Sindre Sorhus 2014-10-03 16:34:45 +02:00
parent 45a22ce5f8
commit 75745c6a61
1 changed files with 1 additions and 1 deletions

View File

@ -189,4 +189,4 @@ gulp.task('pagespeed', pagespeed.bind(null, {
}));
// Load custom tasks from the `tasks` directory
try { require('require-dir')('tasks'); } catch (err) { console.error(err); }
//try { require('require-dir')('tasks'); } catch (err) { console.error(err); }