Skip to content

Commit

Permalink
include compiled js; some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bpiel committed Oct 2, 2017
1 parent 6de366e commit d24e9d7
Show file tree
Hide file tree
Showing 517 changed files with 230,943 additions and 15 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -10,4 +10,3 @@ pom.xml.asc
.hgignore
.hg/
figwheel_server.log
/resources/public/js/compiled
9 changes: 9 additions & 0 deletions resources/public/js/compiled/app.js
@@ -0,0 +1,9 @@
var CLOSURE_UNCOMPILED_DEFINES = {};
var CLOSURE_NO_DEPS = true;
if(typeof goog == "undefined") document.write('<script src="js/compiled/out/goog/base.js"></script>');
document.write('<script src="js/compiled/out/goog/deps.js"></script>');
document.write('<script src="js/compiled/out/cljs_deps.js"></script>');
document.write('<script>if (typeof goog == "undefined") console.warn("ClojureScript could not load :main, did you forget to specify :asset-path?");</script>');
document.write('<script>goog.require("devtools.preload");</script>');
document.write('<script>goog.require("process.env");</script>');
document.write('<script>goog.require("guildsman.core");</script>');

0 comments on commit d24e9d7

Please sign in to comment.