Skip to content

Commit d2975c0

Browse files
committed
chore(gulp): remove bonjour service
1 parent e5d08a0 commit d2975c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/gulp/util.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ export function runAppScriptsServe(testOrDemoName: string, appEntryPoint: string
203203
'--ionicAngularDir', ionicAngularDir,
204204
'--sass', sassConfigPath,
205205
'--copy', copyConfigPath,
206-
'--enableLint', 'false',
207-
'--bonjour'
206+
'--enableLint', 'false'
208207
];
209208

210209
if (watchConfigPath) {

0 commit comments

Comments
 (0)