- newest lein-cljsbuild dependency
- :java-logging true will cause compiler output to go through clojure.tools.logging
- serves correct text/javascript mime type
- convenient way of specifying source maps
- watch filesystem for changes when :auto true
- log compiler errors
- preserve cljsbuild color output
- Store temp build files in target/ring-cljsbuild instead of /tmp/ring-cljsbuild.
- Better documentation.
- Example server uses :cache-analysis true for big speedup.
- Updated README with examples.
- Updated cljsbuild dep to 1.0.4.
- Test server now shows example of optimized & dev builds coexisting.
- Fixed a bunch of bugs, feels stable now.
- Initial proof of concept.