File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
1919 return '<script src="' + scheme + '//' + host + ':' + port + '/socket.io/socket.io.js" type="text/javascript"></script>' +
2020 '<script type="text/javascript">' +
2121 ' window.EMBER_INSPECTOR_CONFIG = window.EMBER_INSPECTOR_CONFIG || {};' +
22- ' window.EMBER_INSPECTOR_CONFIG.remoteDebugSocket = io(\'' + scheme + '//' + host + ':' + port + '\');' +
22+ ' window.EMBER_INSPECTOR_CONFIG.remoteDebugSocket = io(\'' + ( scheme ? scheme + '//' : '' ) + host + ':' + port + '\');' +
2323 '</script>' ;
2424 } ,
2525
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-cli-remote-inspector" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "directories" : {
55 "doc" : " doc" ,
66 "test" : " tests"
1818 "license" : " MIT" ,
1919 "dependencies" : {
2020 "socket.io" :" 1.1.0" ,
21- "ember-inspector" : " ^1.6.1 "
21+ "ember-inspector" : " ^1.6.3 "
2222 },
2323 "devDependencies" : {
2424 "body-parser" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments