From 567f65504c9a0441e4dfd44b465ccedec4e11de2 Mon Sep 17 00:00:00 2001 From: michaelr Date: Mon, 7 Mar 2016 13:58:03 +0200 Subject: [PATCH] remove web3 from foreign libs --- protocol/project.clj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/protocol/project.clj b/protocol/project.clj index 91ac8f5..172aee4 100644 --- a/protocol/project.clj +++ b/protocol/project.clj @@ -24,10 +24,7 @@ :compiler {:asset-path "js/compiled/out" :output-to "resources/public/js/compiled/protocol.js" :output-dir "resources/public/js/compiled/out" - :source-map-timestamp true - :foreign-libs [{:file "resources/public/vendor/js/web3.js" - :file-min "resources/public/vendor/js/web3.min.js" - :provides ["cljsjs.web3"]}]}} + :source-map-timestamp true}} ;; This next build is an compressed minified build for ;; production. You can build this with: ;; lein cljsbuild once min