From 877829b933a622b4564796cfe4fc9e82815e0bbc Mon Sep 17 00:00:00 2001 From: Manuel Mtz-Almeida Date: Wed, 3 May 2017 16:25:51 +0200 Subject: [PATCH] chore(e2e): adds bonjour support --- package.json | 2 +- scripts/gulp/util.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cfa8218819..f0c834e5be 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "zone.js": "^0.8.9" }, "devDependencies": { - "@ionic/app-scripts": "1.3.6", + "@ionic/app-scripts": "nightly", "@ionic/commit-hooks": "1.0.3", "@types/connect": "3.4.30", "@types/del": "2.2.31", diff --git a/scripts/gulp/util.ts b/scripts/gulp/util.ts index 30549e1028..8045708e8d 100644 --- a/scripts/gulp/util.ts +++ b/scripts/gulp/util.ts @@ -204,6 +204,7 @@ export function runAppScriptsServe(testOrDemoName: string, appEntryPoint: string '--sass', sassConfigPath, '--copy', copyConfigPath, '--enableLint', 'false', + '--bonjour' ]; if (watchConfigPath) {