Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

fix(proxies): Proxies list of ionic.config.json not loading #395

Merged
merged 1 commit into from
Nov 18, 2016
Merged

fix(proxies): Proxies list of ionic.config.json not loading #395

merged 1 commit into from
Nov 18, 2016

Conversation

vaskou
Copy link
Contributor

@vaskou vaskou commented Nov 15, 2016

Short description of what this resolves:

Proxies list of ionic.config.json not loading
Wrong parameter in Logger.info(), in setupProxies function stops proxies loading

Fixes: #346

@MELAS007
Copy link

@vaskou - Where can i find in windows 7?

@vaskou
Copy link
Contributor Author

vaskou commented Nov 16, 2016

@MELAS007 If you can't wait for my pull request to be accepted, you can find http-server.js file in your project folder\node_modules@ionic\app-scripts\dist\dev-server\http-server.js. In line 42 you can change this line:

logger_1.Logger.info('Proxy added:', proxy.path + ' => ' + url.format(opts));

with this line:

logger_1.Logger.info('Proxy added:' + proxy.path + ' => ' + url.format(opts));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants