few more changes before publishing the vsix - draft2

This commit is contained in:
Newton Jain 2016-07-08 07:24:59 -07:00
Родитель 397e6ceda9
Коммит fb155c2445
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -13,7 +13,7 @@
<h2 class="center">Ionic Menu Starter</h2>
<div class="center">
<p class="ionic-logo" style=""></p>
<p class="ionic-logo"></p>
</div>
<ion-card>

Просмотреть файл

@ -66,8 +66,8 @@
</platform>
<platform name="windows">
<preference name="SplashScreenBackgroundColor" value="#ffffff" />
<splash src="resources\windows\splash\Splash620x300.scale-100.png" width="620" height="300" />
<splash src="resources\windows\splash\splashscreenphone.png" width="1152" height="1920" />
<splash src="resources/windows/splash/Splash620x300.scale-100.png" width="620" height="300" />
<splash src="resources/windows/splash/splashscreenphone.png" width="1152" height="1920" />
<icon src="resources/windows/icon/logo150x150.scale-100.png" width="150" height="150" />
<icon src="resources/windows/icon/logo310x310.scale-100.png" width="310" height="310" />
<icon src="resources/windows/icon/logo44x44.scale-100.png" width="44" height="44" />

Просмотреть файл

@ -1,4 +1,4 @@
/// <binding BeforeBuild='build' />
/// <binding BeforeBuild='build' ProjectOpened='watch' />
var gulp = require('gulp'),
gulpWatch = require('gulp-watch'),
del = require('del'),