Skip to content

Commit e9056db

Browse files
committed
Update for latest ember inspector
1 parent b1d4d99 commit e9056db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/debug-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1616
remoteDebugger.use('/', express.static(inspectorPath, {index:false}));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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": {

0 commit comments

Comments
 (0)