add code of conduct

This commit is contained in:
Quincy Larson
2015-05-09 18:36:21 -07:00
parent 47462991a4
commit cc90d97bdb
3 changed files with 27 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ gulp.task('sync', ['serve'], function() {
logLeval: 'debug',
files: ['public/js/lib/*/*.{js, jsx}'],
port: 3001,
open: true,
open: false,
reloadDelay: reloadDelay
});
});