Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 467 Bytes

ring.middleware.clojurescript

BETA

Wraps requests such that ClojureScript is conditionally (re)compiled before being served.

Usage

If you have ClojureScript source code in cljs/src/ and your HTML is including cljs/bootstrap.js

(use 'ring.middleware.clojurescript)
(defn app [req] ...)
(def cljsc-app (wrap-clojurescript app "cljs"))

License

Copyright (C) 2011 Jim Blomo

Distributed under the Eclipse Public License, the same as Clojure.