Skip to content

Instantly share code, notes, and snippets.

View sir-dunxalot's full-sized avatar
💭
I may be slow to respond.

Duncan Walker sir-dunxalot

💭
I may be slow to respond.
  • Boston, MA
View GitHub Profile
@sir-dunxalot
sir-dunxalot / gist:9848013
Last active August 29, 2015 13:57
A simple way to load vendor javascript asynchronously in an ember-rails app

application.js

//= stub ./vendor/moment.min.js

Mixin

App.EmberGraphs = Em.Mixin.create({

 getEgApi: function() {