Skip to content

Commit

Permalink
compile plugin with :optimizations :simple\n
Browse files Browse the repository at this point in the history
bump version 3.5.0
  • Loading branch information
viebel committed Oct 29, 2016
1 parent 9dfaa46 commit aeddaeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject klipse "3.4.0"
(defproject klipse "3.5.0"
:description "Cljs compiler in cljs"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.229"]
Expand Down Expand Up @@ -61,7 +61,7 @@
:optimize-constants true
:static-fns true
;:elide-asserts true
:optimizations :whitespace
:optimizations :simple
:verbose false}}
:plugin-prod {
:source-paths ["src/klipse/run/plugin_prod" "resources/public/lib"]
Expand Down
2 changes: 1 addition & 1 deletion resources/public/index-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<div id="compiler" style="height: 100%;"></div>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
<script src="dev/js/klipse.js?version=3.4.0"></script>
<script src="dev/js/klipse.js?version=3.5.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
2 changes: 1 addition & 1 deletion src/klipse/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
(enable-console-print!)
(gadjett/settings! :max-function-calls 100)

(def version "3.4.0")
(def version "3.5.0")
(js/console.info "KLIPSE version:" version)

0 comments on commit aeddaeb

Please sign in to comment.