Skip to content

Instantly share code, notes, and snippets.

@Chryus
Created December 23, 2016 17:34
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 Chryus/4828bb3515d464995c61f68e6b36eafe to your computer and use it in GitHub Desktop.
Save Chryus/4828bb3515d464995c61f68e6b36eafe to your computer and use it in GitHub Desktop.
// require node-flavored modules in the manifest
//= require jquery
//= require tether
//= require bootstrap-sprockets
//= require bootstrap-slider
//= require jquery_ujs
//= require turbolinks
//= require_tree .
require("./Cell.es6");
require("./World.es6");
require("./Game.es6");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment