diff --git a/README.md b/README.md index 65cfeb7..5d95cf5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ TryClojure is a online Clojure REPL written using Noir and Chris Done's jquery c [](http://travis-ci.org/Raynes/tryclojure) +## Deploy on HPE Helion Stackato + + stackato push -n + ## Usage http://tryclj.com diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 0000000..7a96c68 --- /dev/null +++ b/manifest.yml @@ -0,0 +1,3 @@ +applications: +- name: tryclojure + memory: 512M diff --git a/src/tryclojure/views/home.clj b/src/tryclojure/views/home.clj index d717b7e..ad0589e 100644 --- a/src/tryclojure/views/home.clj +++ b/src/tryclojure/views/home.clj @@ -42,7 +42,7 @@ [:meta {:name "viewport" :content "width=device-width, initial-scale=1"}] (include-css "/css/tryclojure.css" "/css/gh-fork-ribbon.css") - (include-js "http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" + (include-js "https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" "/javascript/jquery-console/jquery.console.js" "/javascript/tryclojure.js") [:title "Try Clojure"]]