Moved everything from 'resources/public' to 'docs'
This commit is contained in:
parent
57b8abf0d3
commit
4468c155d3
8 changed files with 14 additions and 6 deletions
8
docs/js/compiled/app.js
Normal file
8
docs/js/compiled/app.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
var CLOSURE_UNCOMPILED_DEFINES = null;
|
||||
if(typeof goog == "undefined") document.write('<script src="js/compiled/out/goog/base.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>if (typeof goog != \"undefined\") { goog.require(\"figwheel.connect.dev\"); }</script>");
|
||||
document.write('<script>goog.require("swinging_needle_meter.core");</script>');
|
||||
Loading…
Add table
Add a link
Reference in a new issue