Skip to content

Instantly share code, notes, and snippets.

@nanodeath
Created October 2, 2011 17:06

Revisions

  1. nanodeath created this gist Oct 2, 2011.
    1 change: 1 addition & 0 deletions in.coffee
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {Sword, Axe} = requireDir("./models/weapons")
    2 changes: 2 additions & 0 deletions out.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    var Axe, Sword, _ref;
    _ref = requireDir("./models/weapons"), Sword = _ref.Sword, Axe = _ref.Axe;