Skip to content

Instantly share code, notes, and snippets.

@mathias
Created August 20, 2015 18:32
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 mathias/598858ea620a9670d467 to your computer and use it in GitHub Desktop.
Save mathias/598858ea620a9670d467 to your computer and use it in GitHub Desktop.
var path = require("path");
try {
require("source-map-support").install();
} catch(err) {
}
require(path.join(path.resolve("."),"out","goog","bootstrap","nodejs.js"));
require(path.join(path.resolve("."),"out","cljs_deps.js"));
goog.global.CLOSURE_UNCOMPILED_DEFINES = {"cljs.core._STAR_target_STAR_":"nodejs"};
goog.require("boot.cljs.app");
goog.require("cljs.nodejscli");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment