Skip to content

Commit

Permalink
minor config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Nov 6, 2017
1 parent 9684ef7 commit 4fad18d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ionic.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@
"gulp": {},
"cordova": {}
},
"proxies": [
{
"path": "/zm",
"proxyUrl": "yourpath1",
"rejectUnauthorized": false
},
{
"path":"/zm2",
"proxyUrl":"yourpath2",
"rejectUnauthorized":false

},
{
"path":"/zm3",
"proxyUrl":"yourpath3",
"rejectUnauthorized":false

}

],

"watchPatterns": [
"scss/**/*",
"www/**/*",
Expand Down
Binary file removed resources/icon_for_apppublish_1024x1024_no_alpha.png
Binary file not shown.

0 comments on commit 4fad18d

Please sign in to comment.