feat(demo): load ionic/core

This commit is contained in:
Ken Sodemann
2017-11-14 22:05:55 -06:00
parent 44025c8c8f
commit 98302fe938
3 changed files with 9 additions and 12 deletions

View File

@@ -9,7 +9,8 @@
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
"favicon.ico",
{ "glob": "**/*", "input": "../../../core/dist", "output": "./ionic/core" }
],
"index": "index.html",
"main": "main.ts",