From 3817c91084b530efb522f5d8f658053443a9c379 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 19 May 2016 14:59:38 -0400 Subject: [PATCH] chore(demos): fix the index file and sass for local demos references #6491 --- demos/app.wp.scss | 2 +- scripts/demos/index.template.dev.html | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/demos/app.wp.scss b/demos/app.wp.scss index 0a2266b457..be0e452926 100644 --- a/demos/app.wp.scss +++ b/demos/app.wp.scss @@ -1 +1 @@ -@import "../ionic/ionic.wp"; +@import "../src/ionic.wp"; diff --git a/scripts/demos/index.template.dev.html b/scripts/demos/index.template.dev.html index 3792ade140..b6cad3fe08 100644 --- a/scripts/demos/index.template.dev.html +++ b/scripts/demos/index.template.dev.html @@ -35,12 +35,13 @@ } }); - - - - - + + + + + +