chore(gulp): remove bonjour service

This commit is contained in:
Brandy Carney
2017-05-22 12:19:49 -04:00
parent e5d08a00fb
commit d2975c0ab0

View File

@ -203,8 +203,7 @@ export function runAppScriptsServe(testOrDemoName: string, appEntryPoint: string
'--ionicAngularDir', ionicAngularDir,
'--sass', sassConfigPath,
'--copy', copyConfigPath,
'--enableLint', 'false',
'--bonjour'
'--enableLint', 'false'
];
if (watchConfigPath) {