Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
bump adapter-web
Browse files Browse the repository at this point in the history
  • Loading branch information
lilactown committed Feb 1, 2019
1 parent 170b3b5 commit 331ea4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adapter-web/src/punk/adapter/web.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
;;

(def default-script
"https://cdn.jsdelivr.net/gh/Lokeh/punk@v0.0.2-alpha.6/ui/dist/js/main.js"
"https://cdn.jsdelivr.net/gh/Lokeh/punk@v0.0.2-alpha.7/ui/dist/js/main.js"
;; "http://localhost:8701/main.js"
)

(def default-css
["https://fonts.googleapis.com/css?family=Source+Sans+Pro"
"https://cdn.jsdelivr.net/gh/Lokeh/punk@v0.0.2-alpha.6/ui/dist/css/grid-layout.css"
"https://cdn.jsdelivr.net/gh/Lokeh/punk@v0.0.2-alpha.6/ui/dist/css/resizable.css"])
"https://cdn.jsdelivr.net/gh/Lokeh/punk@v0.0.2-alpha.7/ui/dist/css/grid-layout.css"
"https://cdn.jsdelivr.net/gh/Lokeh/punk@v0.0.2-alpha.7/ui/dist/css/resizable.css"])

(defn ^{:export true}
start
Expand Down

0 comments on commit 331ea4c

Please sign in to comment.