Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addon/debug-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var inspectorSocket = null;

// Load the inspector html from the node_modules folder
// (it should be there because we list it as a dependency)
var inspectorPath = __dirname + '/../node_modules/ember-inspector/dist_websocket/';
var inspectorPath = __dirname + '/../node_modules/ember-inspector/dist/websocket/';

// Server static files for the inspector
remoteDebugger.use('/', express.static(inspectorPath, {index:false}));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"socket.io":"1.3.5",
"ember-inspector": "1.8.0",
"ember-inspector": "https://github.com/alexspeller/ember-inspector#master",
"express": "^4.8.5"
},
"devDependencies": {
Expand Down