diff --git a/config.xml b/config.xml index f248d9c..45e75c9 100644 --- a/config.xml +++ b/config.xml @@ -17,6 +17,29 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gulpfile.js b/gulpfile.js index d736ea2..91b4532 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -12,6 +12,8 @@ var gulp = require('gulp'), */ gulp.task('serve:before', ['watch']); +gulp.task('default', ['build']); + // we want to 'watch' when livereloading var shouldWatch = argv.indexOf('-l') > -1 || argv.indexOf('--livereload') > -1; gulp.task('run:before', [shouldWatch ? 'watch' : 'build']); diff --git a/package.json b/package.json index f568f6a..3b94425 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "ionic-native": "1.2.4", "ionicons": "3.0.0", "reflect-metadata": "^0.1.3", - "rxjs": "5.0.0-beta.2", + "rxjs": "5.0.0-beta.6", "zone.js": "^0.6.12" }, "devDependencies": { diff --git a/resources/windows/icon/Square150x150Logo.scale-100.png b/resources/windows/icon/Square150x150Logo.scale-100.png new file mode 100644 index 0000000..eb908f0 Binary files /dev/null and b/resources/windows/icon/Square150x150Logo.scale-100.png differ diff --git a/resources/windows/icon/Square150x150Logo.scale-240.png b/resources/windows/icon/Square150x150Logo.scale-240.png new file mode 100644 index 0000000..76921ca Binary files /dev/null and b/resources/windows/icon/Square150x150Logo.scale-240.png differ diff --git a/resources/windows/icon/Square30x30Logo.scale-100.png b/resources/windows/icon/Square30x30Logo.scale-100.png new file mode 100644 index 0000000..d391c75 Binary files /dev/null and b/resources/windows/icon/Square30x30Logo.scale-100.png differ diff --git a/resources/windows/icon/Square310x310Logo.scale-100.png b/resources/windows/icon/Square310x310Logo.scale-100.png new file mode 100644 index 0000000..24bf879 Binary files /dev/null and b/resources/windows/icon/Square310x310Logo.scale-100.png differ diff --git a/resources/windows/icon/Square44x44Logo.scale-100.png b/resources/windows/icon/Square44x44Logo.scale-100.png new file mode 100644 index 0000000..2d0a5d4 Binary files /dev/null and b/resources/windows/icon/Square44x44Logo.scale-100.png differ diff --git a/resources/windows/icon/Square44x44Logo.scale-240.png b/resources/windows/icon/Square44x44Logo.scale-240.png new file mode 100644 index 0000000..3166301 Binary files /dev/null and b/resources/windows/icon/Square44x44Logo.scale-240.png differ diff --git a/resources/windows/icon/Square70x70Logo.scale-100.png b/resources/windows/icon/Square70x70Logo.scale-100.png new file mode 100644 index 0000000..e81da15 Binary files /dev/null and b/resources/windows/icon/Square70x70Logo.scale-100.png differ diff --git a/resources/windows/icon/Square71x71Logo.scale-100.png b/resources/windows/icon/Square71x71Logo.scale-100.png new file mode 100644 index 0000000..a0d50b6 Binary files /dev/null and b/resources/windows/icon/Square71x71Logo.scale-100.png differ diff --git a/resources/windows/icon/Square71x71Logo.scale-240.png b/resources/windows/icon/Square71x71Logo.scale-240.png new file mode 100644 index 0000000..cfa54be Binary files /dev/null and b/resources/windows/icon/Square71x71Logo.scale-240.png differ diff --git a/resources/windows/icon/StoreLogo.scale-100.png b/resources/windows/icon/StoreLogo.scale-100.png new file mode 100644 index 0000000..ee37e1e Binary files /dev/null and b/resources/windows/icon/StoreLogo.scale-100.png differ diff --git a/resources/windows/icon/StoreLogo.scale-240.png b/resources/windows/icon/StoreLogo.scale-240.png new file mode 100644 index 0000000..903528e Binary files /dev/null and b/resources/windows/icon/StoreLogo.scale-240.png differ diff --git a/resources/windows/icon/Wide310x150Logo.scale-100.png b/resources/windows/icon/Wide310x150Logo.scale-100.png new file mode 100644 index 0000000..7737e0f Binary files /dev/null and b/resources/windows/icon/Wide310x150Logo.scale-100.png differ diff --git a/resources/windows/icon/Wide310x150Logo.scale-240.png b/resources/windows/icon/Wide310x150Logo.scale-240.png new file mode 100644 index 0000000..6249d29 Binary files /dev/null and b/resources/windows/icon/Wide310x150Logo.scale-240.png differ diff --git a/resources/windows/splash/SplashScreen.scale-100.png b/resources/windows/splash/SplashScreen.scale-100.png new file mode 100644 index 0000000..6fc644e Binary files /dev/null and b/resources/windows/splash/SplashScreen.scale-100.png differ diff --git a/resources/windows/splash/SplashScreen.scale-240.png b/resources/windows/splash/SplashScreen.scale-240.png new file mode 100644 index 0000000..33f26b3 Binary files /dev/null and b/resources/windows/splash/SplashScreen.scale-240.png differ diff --git a/resources/windows/splash/SplashScreenPhone.scale-240.png b/resources/windows/splash/SplashScreenPhone.scale-240.png new file mode 100644 index 0000000..33f26b3 Binary files /dev/null and b/resources/windows/splash/SplashScreenPhone.scale-240.png differ diff --git a/resources/wp8/icon/ApplicationIcon.png b/resources/wp8/icon/ApplicationIcon.png new file mode 100644 index 0000000..194889c Binary files /dev/null and b/resources/wp8/icon/ApplicationIcon.png differ diff --git a/resources/wp8/icon/Background.png b/resources/wp8/icon/Background.png new file mode 100644 index 0000000..421afea Binary files /dev/null and b/resources/wp8/icon/Background.png differ diff --git a/resources/wp8/splash/SplashScreenImage.png b/resources/wp8/splash/SplashScreenImage.png new file mode 100644 index 0000000..1d99912 Binary files /dev/null and b/resources/wp8/splash/SplashScreenImage.png differ