Skip to content

Commit

Permalink
Merge pull request #117 from thoov/ioFix
Browse files Browse the repository at this point in the history
Fix socket.io location
  • Loading branch information
thoov authored Nov 30, 2016
2 parents 749fd71 + 962898b commit 36219e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {

if (!process.env.EMBER_CLI_FASTBOOT) {
var host = this._findHost();
var socketIOPath = host.bowerDirectory + '/dist/socket.io-client/socket.io.js';
var socketIOPath = host.bowerDirectory + '/socket.io-client/dist/socket.io.js';
var uriPath = host.bowerDirectory + '/urijs/src/URI.min.js';

this.import(uriPath);
Expand Down

0 comments on commit 36219e6

Please sign in to comment.