Moved web root into root of project; this makes deployment easier.
Also deleted 'docs', which is now redundant.
This commit is contained in:
parent
a5204c66b9
commit
743d8a1740
1592 changed files with 53626 additions and 139250 deletions
12
js/compiled/out/process/env.cljs
Normal file
12
js/compiled/out/process/env.cljs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
;; Copyright (c) Rich Hickey. All rights reserved.
|
||||
;; The use and distribution terms for this software are covered by the
|
||||
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
|
||||
;; which can be found in the file epl-v10.html at the root of this distribution.
|
||||
;; By using this software in any fashion, you are agreeing to be bound by
|
||||
;; the terms of this license.
|
||||
;; You must not remove this notice, or any other, from this software.
|
||||
|
||||
(ns process.env
|
||||
"A shim namespace for the Node.js process library")
|
||||
|
||||
(goog-define NODE_ENV "development")
|
||||
1
js/compiled/out/process/env.cljs.cache.json
Normal file
1
js/compiled/out/process/env.cljs.cache.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
["^ ","~:rename-macros",["^ "],"~:renames",["^ "],"~:use-macros",["^ "],"~:excludes",["~#set",[]],"~:name","~$process.env","~:imports",null,"~:requires",null,"~:cljs.spec/speced-vars",[],"~:uses",null,"~:defs",["^ ","~$NODE_ENV",["^ ","~:meta",["^ ","~:file","/home/simon/workspace/geocsv-lite/js/compiled/out/process/env.cljs","~:line",12,"~:column",14,"~:end-line",12,"~:end-column",22,"~:tag","~$string","~:declared",true],"^5","~$process.env/NODE_ENV","^>","js/compiled/out/process/env.cljs","^B",22,"^@",1,"^?",12,"^E",true,"^A",12,"^C","^D"]],"~:cljs.spec/registry-ref",[],"~:require-macros",null,"~:doc","A shim namespace for the Node.js process library"]
|
||||
8
js/compiled/out/process/env.js
Normal file
8
js/compiled/out/process/env.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Compiled by ClojureScript 1.10.520 {}
|
||||
goog.provide('process.env');
|
||||
goog.require('cljs.core');
|
||||
|
||||
/** @define {string} */
|
||||
goog.define("process.env.NODE_ENV","development");
|
||||
|
||||
//# sourceMappingURL=env.js.map?rel=1582812682266
|
||||
1
js/compiled/out/process/env.js.map
Normal file
1
js/compiled/out/process/env.js.map
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"\/home\/simon\/workspace\/geocsv-lite\/js\/compiled\/out\/process\/env.js","sources":["env.cljs?rel=1582812682266"],"lineCount":8,"mappings":";AAQA;;AAGA,AAAA,AAAA;AAAA;AAAA,AAAAA,YAAA,uBAAA","names":["goog\/define"]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue