From ac318f11728de96a2a764eb52a9f490a842af071 Mon Sep 17 00:00:00 2001 From: vakrilov Date: Mon, 20 Apr 2015 14:00:09 +0300 Subject: [PATCH] Styles moved to app.css --- CrossPlatformModules.csproj | 13 ++----------- apps/gallery-app/{main-page.css => app.css} | 0 apps/gallery-app/app.ts | 4 ++++ 3 files changed, 6 insertions(+), 11 deletions(-) rename apps/gallery-app/{main-page.css => app.css} (100%) diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 8c177ed60..ad7e5626a 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -63,12 +63,6 @@ list-picker.xml - - placeholder.xml - - - placeholder.xml - main-page.xml @@ -579,8 +573,8 @@ + - @@ -773,9 +767,6 @@ - - main-page.xml - @@ -1570,7 +1561,7 @@ False - + \ No newline at end of file diff --git a/apps/gallery-app/main-page.css b/apps/gallery-app/app.css similarity index 100% rename from apps/gallery-app/main-page.css rename to apps/gallery-app/app.css diff --git a/apps/gallery-app/app.ts b/apps/gallery-app/app.ts index cb572300b..519a85d36 100644 --- a/apps/gallery-app/app.ts +++ b/apps/gallery-app/app.ts @@ -1,3 +1,7 @@ import application = require("application"); application.mainModule = "main-page"; + +// Needed only for build infrastructure +application.cssFile = "app.css"; + application.start();