summaryrefslogtreecommitdiff
path: root/ionic.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'ionic.config.json')
-rw-r--r--ionic.config.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/ionic.config.json b/ionic.config.json
new file mode 100644
index 00000000..40dc6930
--- /dev/null
+++ b/ionic.config.json
@@ -0,0 +1,26 @@
+{
+ "name": "zmNinja",
+ "app_id": "8f73ad5f",
+ "proxies": [
+ {
+ "path": "/zm",
+ "proxyUrl": "",
+ "rejectUnauthorized": false
+ }
+ ],
+ "browsers": [
+ {
+ "platform": "android",
+ "browser": "crosswalk",
+ "version": "12.41.296.5"
+ }
+ ],
+ "gulpStartupTasks": [
+ "sass",
+ "watch"
+ ],
+ "watchPatterns": [
+ "www/**/*",
+ "!www/lib/**/*"
+ ]
+}