From 91d04e52545a9938f9ce0d19cbfd3dbcb95d9e4c Mon Sep 17 00:00:00 2001 From: Dan Zajdband Date: Mon, 7 Nov 2016 12:26:26 -0500 Subject: [PATCH] fix(coral-admin): dist files --- .gitignore | 2 ++ dist/coral-admin/index.html | 23 +++++++++++++++++++++++ dist/coral-admin/manifest.json | 12 ++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dist/coral-admin/index.html create mode 100644 dist/coral-admin/manifest.json diff --git a/.gitignore b/.gitignore index acd1ba775..eff774450 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ node_modules npm-debug.log dist +!dist/coral-admin +dist/coral-admin/bundle.js .DS_Store *.iml .env diff --git a/dist/coral-admin/index.html b/dist/coral-admin/index.html new file mode 100644 index 000000000..3be58a0c8 --- /dev/null +++ b/dist/coral-admin/index.html @@ -0,0 +1,23 @@ + + + + + + Talk - Coral Admin + + + + + + +
+ + + diff --git a/dist/coral-admin/manifest.json b/dist/coral-admin/manifest.json new file mode 100644 index 000000000..5da846121 --- /dev/null +++ b/dist/coral-admin/manifest.json @@ -0,0 +1,12 @@ +{ + "short_name": "Talk", + "name": "Talk", + "icons": [ + { + "src": "https://coralproject.net/images/icon-coral-white.svg", + "sizes": "150x150" + } + ], + "start_url": "./", + "display": "standalone" +}