We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d4d99 commit cca40d5Copy full SHA for cca40d5
2 files changed
addon/debug-server.js
@@ -10,7 +10,7 @@ var inspectorSocket = null;
10
11
// Load the inspector html from the node_modules folder
12
// (it should be there because we list it as a dependency)
13
-var inspectorPath = __dirname + '/../node_modules/ember-inspector/dist_websocket/';
+var inspectorPath = __dirname + '/../node_modules/ember-inspector/dist/websocket/';
14
15
// Server static files for the inspector
16
remoteDebugger.use('/', express.static(inspectorPath, {index:false}));
package.json
@@ -19,7 +19,7 @@
19
"license": "MIT",
20
"dependencies": {
21
"socket.io":"1.3.5",
22
- "ember-inspector": "1.8.0",
+ "ember-inspector": "https://github.com/alexspeller/ember-inspector#master",
23
"express": "^4.8.5"
24
},
25
"devDependencies": {
0 commit comments