may have fixed websockets whitelisting issue

This commit is contained in:
Michael Q Larson
2014-12-22 16:16:10 -08:00
parent ae9c61fc64
commit aebb9b3efd
2 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,6 @@ gulp.task('sync', ['serve'], function() {
],
port: 3001,
open: true,
browser: ['safari', 'google chrome'],
reloadDelay: reloadDelay
});
});