Created
March 9, 2015 22:30
-
-
Save st23am/1cb1cee1ad68a08c629c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 "/"