diff options
Diffstat (limited to 'ionic.config.json')
| -rw-r--r-- | ionic.config.json | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/ionic.config.json b/ionic.config.json index 85f26fa8..f6010ffa 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,33 +1,12 @@ { "name": "zmNinja", - "app_id": "8f73ad5f", - "defaultBrowser": "google chrome", - "proxies": [ - { - "path": "/zm", - "proxyUrl": "http://server/zm", - "rejectUnauthorized": false - } - ], - "browsers": [ - { - "platform": "android", - "browser": "crosswalk", - "version": "12.41.296.5" - } - ], - "gulpStartupTasks": [ - "sass", - "watch" - ], - "watchPatterns": [ - "www/**/*", - "!www/lib/**/*", - "scss/**/*" - ], - "type": "ionic-angular", + "app_id": "", + "type": "ionic1", "integrations": { "gulp": {}, "cordova": {} - } + }, + "watchPatterns": [ + "scss/**/*" + ] } |
