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, '--ionicAngularDir', ionicAngularDir,
'--sass', sassConfigPath, '--sass', sassConfigPath,
'--copy', copyConfigPath, '--copy', copyConfigPath,
'--enableLint', 'false', '--enableLint', 'false'
'--bonjour'
]; ];
if (watchConfigPath) { if (watchConfigPath) {