File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var inspectorSocket = null;
1010
1111// Load the inspector html from the node_modules folder
1212// (it should be there because we list it as a dependency)
13- var inspectorPath = __dirname + '/../node_modules/ember-inspector/dist_websocket /' ;
13+ var inspectorPath = __dirname + '/../node_modules/ember-inspector/dist/websocket /' ;
1414
1515// Server static files for the inspector
1616remoteDebugger . use ( '/' , express . static ( inspectorPath , { index :false } ) ) ;
Original file line number Diff line number Diff line change 1919 "license" : " MIT" ,
2020 "dependencies" : {
2121 "socket.io" :" 1.3.5" ,
22- "ember-inspector" : " 1.8.0 " ,
22+ "ember-inspector" : " https://github.com/alexspeller/ember-cli-remote-inspector#master " ,
2323 "express" : " ^4.8.5"
2424 },
2525 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments