From 06c0d137a11069a9c1b2e8201069439b17d9e4fc Mon Sep 17 00:00:00 2001 From: Maxim Salnikov Date: Thu, 19 May 2016 13:51:30 -0700 Subject: [PATCH 1/3] Path to icons fixed --- hello-mobile/src/manifest.webapp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hello-mobile/src/manifest.webapp b/hello-mobile/src/manifest.webapp index e2015d6..716638e 100644 --- a/hello-mobile/src/manifest.webapp +++ b/hello-mobile/src/manifest.webapp @@ -3,37 +3,37 @@ "short_name": "Hello Mobile", "icons": [ { - "src": "/android-chrome-36x36.png", + "src": "/icons/android-chrome-36x36.png", "sizes": "36x36", "type": "image/png", "density": 0.75 }, { - "src": "/android-chrome-48x48.png", + "src": "/icons/android-chrome-48x48.png", "sizes": "48x48", "type": "image/png", "density": 1 }, { - "src": "/android-chrome-72x72.png", + "src": "/icons/android-chrome-72x72.png", "sizes": "72x72", "type": "image/png", "density": 1.5 }, { - "src": "/android-chrome-96x96.png", + "src": "/icons/android-chrome-96x96.png", "sizes": "96x96", "type": "image/png", "density": 2 }, { - "src": "/android-chrome-144x144.png", + "src": "/icons/android-chrome-144x144.png", "sizes": "144x144", "type": "image/png", "density": 3 }, { - "src": "/android-chrome-192x192.png", + "src": "/icons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "density": 4 From 0e1885b020e6ecf9b0b74d5509e9ea81d18681cf Mon Sep 17 00:00:00 2001 From: Maxim Salnikov Date: Thu, 19 May 2016 14:27:22 -0700 Subject: [PATCH 2/3] ambient renamed to global for Typings 1.x --- hello-mobile/typings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-mobile/typings.json b/hello-mobile/typings.json index bf425c1..91ac2e4 100644 --- a/hello-mobile/typings.json +++ b/hello-mobile/typings.json @@ -1,10 +1,10 @@ { - "ambientDevDependencies": { + "globalDevDependencies": { "angular-protractor": "registry:dt/angular-protractor#1.5.0+20160425143459", "jasmine": "registry:dt/jasmine#2.2.0+20160412134438", "selenium-webdriver": "registry:dt/selenium-webdriver#2.44.0+20160317120654" }, - "ambientDependencies": { + "globalDependencies": { "es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654", "node": "registry:dt/node#4.0.0+20160509154515" } From 88ec764912f8e0980bb4c162c9859fb4c5cce407 Mon Sep 17 00:00:00 2001 From: Maxim Salnikov Date: Thu, 19 May 2016 14:28:10 -0700 Subject: [PATCH 3/3] path fix for Typings 1.x --- hello-mobile/src/typings.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-mobile/src/typings.d.ts b/hello-mobile/src/typings.d.ts index ea56fed..f3ec400 100644 --- a/hello-mobile/src/typings.d.ts +++ b/hello-mobile/src/typings.d.ts @@ -1,2 +1,2 @@ -/// +///