mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(gulp): remove bonjour service
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user