few more changes before publishing the vsix - draft2
This commit is contained in:
Родитель
397e6ceda9
Коммит
fb155c2445
|
@ -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'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче