Skip to content

Commit

Permalink
Require oCaml in all.cljs and both plugin.cljs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvberkel committed Dec 14, 2016
1 parent 124f040 commit 5fad216
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/klipse/run/all.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
klipse.lang.cpp
klipse.lang.server-eval
klipse.lang.php
klipse.lang.ocaml
klipse.run.app.app))
1 change: 1 addition & 0 deletions src/klipse/run/plugin/plugin.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
klipse.lang.html
klipse.lang.server-eval
klipse.lang.clojure
klipse.lang.ocaml
[klipse.plugin :as plugin]))

(js/console.info "settings: " (aget js/window "klipse_settings"))
Expand Down
3 changes: 2 additions & 1 deletion src/klipse/run/plugin_prod/plugin.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
klipse.lang.server-eval
klipse.lang.markdown
klipse.lang.lambdaway
; DO NOT include clojure it inflates the build sive and anyway it doesn't work with advanced compilation klipse.lang.clojure
; DO NOT include clojure it inflates the build size and anyway it doesn't work with advanced compilation klipse.lang.clojure
klipse.lang.html
klipse.lang.ocaml
[klipse.plugin :as plugin]))

(print "settings: " (aget js/window "klipse_settings"))
Expand Down

0 comments on commit 5fad216

Please sign in to comment.