diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-31 18:16:29 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-31 18:16:29 -0400 |
| commit | 8af8abaf0bdebbbcd0e3e9bb2560e60e67e8a66b (patch) | |
| tree | ee97e64ae01351656063453c75fb0f8a930eaef7 | |
| parent | d3976a7973dfb86174ecdaced12fafdaa27dd2cf (diff) | |
updates
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | ionic.project.sample | 25 |
2 files changed, 26 insertions, 0 deletions
@@ -1,6 +1,7 @@ # Specifies intentionally untracked files to ignore when using Git # http://git-scm.com/docs/gitignore +ionic.project node_modules/ platforms/ release_files/ diff --git a/ionic.project.sample b/ionic.project.sample new file mode 100644 index 00000000..bad49608 --- /dev/null +++ b/ionic.project.sample @@ -0,0 +1,25 @@ +{ + "name": "zmNinja", + "app_id": "8f73ad5f", + "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/**/*" + ] +} |
