Skip to content

Instantly share code, notes, and snippets.

@st23am
Created March 9, 2015 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save st23am/1cb1cee1ad68a08c629c to your computer and use it in GitHub Desktop.
Save st23am/1cb1cee1ad68a08c629c to your computer and use it in GitHub Desktop.
import {Socket} from "phoenix";
import {Ember} from "ember";
// let socket = new Socket("/ws")
// socket.join("topic:subtopic", {}, chan => {
// })
let App = Ember.Application.extend({});
export default App;
@chrismccord
Copy link

import {Socket} from "phoenix";
let App = Ember.Application.extend({});

export default App;

@st23am
Copy link
Author

st23am commented Mar 9, 2015

that gives me

app.js:92 Uncaught Error: Could not find module jquery
app.js:62 Uncaught Error: Cannot find module "web/static/js/app" from "/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment