File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
1+ #! /usr/bin/env bash
22# Check if lein is installed
33lein version > /dev/null 2>&1 || { echo >&2 " Please install leiningen before running this script." ; exit 1; }
44
55echo " ### Fetching binaries ###"
66BITS=" "
7- if [ $( getconf LONG_BIT) == " 32 " ]; then BITS=" 64" ; fi
7+ if [ $( getconf LONG_BIT) == " 64 " ]; then BITS=" 64" ; fi
88TARBALL=LightTableLinux$BITS .tar.gz
99curl -O http://d35ac8ww5dfjyg.cloudfront.net/playground/bins/0.6.0/$TARBALL
1010tar -xzf $TARBALL
Original file line number Diff line number Diff line change 88 [org.clojure/clojurescript " 0.0-2127"
99 :exclusions [org.apache.ant/ant]]
1010 ]
11- :jvm-opts [" -Xmx4g " " -XX:+UseConcMarkSweepGC" ] ; cljsbuild eats memory
11+ :jvm-opts [" -Xmx1g " " -XX:+UseConcMarkSweepGC" ] ; cljsbuild eats memory
1212 :cljsbuild {:builds [{:source-paths [" src" ]
1313 :compiler {:optimizations :simple
1414 :externs [" externs/jquery.js" " externs/throttle.js" " externs/codemirror.js" ]
You can’t perform that action at this time.
0 commit comments