Commit graph

22 commits

Author SHA1 Message Date
Gered cd6bf8fd5e update README.md 2014-12-27 14:27:14 -05:00
Gered cad18b417f update deps, reorg project files/config, and more
- remove lein-ring. focus on uberjar builds only (no war support now)
  while also allowing easy swapping out of standard jetty for
  jetty-async (thus, removal of lein-ring which does not support this)
- "downgrade" to clojure/tools.logging. mainly out of preference for
  having logging work with dependencies using older logging solutions
  "out of the box" and using plain old log4j configuration
2014-12-27 14:18:43 -05:00
Gered 43ec433f31 fix no value being rendered for 'isDev' var in non-dev builds 2014-11-16 15:32:04 -05:00
Gered bbd0749d13 version 0.3 2014-11-15 12:51:03 -05:00
Gered e4c14463bb switch from clj-jtwig to clj-pebble 2014-11-15 12:50:35 -05:00
Gered 6786c91428 version 0.2.1 2014-11-06 15:20:22 -05:00
Gered 2bd3a68ff3 well, that was kind of silly of me 2014-11-06 15:20:01 -05:00
Gered 05aef868a0 version 0.2 2014-11-06 15:15:46 -05:00
Gered cdff1bdae4 slightly nicer output when generating a new project 2014-11-06 15:15:37 -05:00
Gered f84789fa19 merge handler and core namespaces 2014-11-06 15:15:21 -05:00
Gered bad175df84 revert back to ring-http-response 0.4.0 due to runtime issues
get a compile error with 0.5.1 when running an uberjar ?? might need
to re-evaluate inclusion of this library...
2014-11-06 15:14:55 -05:00
Gered 5b6c5e6c6b :include-macros should now be :refer-macros
for the latest clojurescript versions
2014-11-06 14:48:02 -05:00
Gered 3bf736193b update dependencies 2014-11-06 14:46:46 -05:00
Gered ec031ce249 version 0.1.2 2014-09-28 17:55:49 -04:00
Gered 2b32ab9e4e update README.md 2014-09-28 17:55:24 -04:00
Gered db3b353c22 update lein-ring to fix main class issue under leiningen 2.5.0 2014-09-28 17:49:38 -04:00
Gered 2f665ffb37 version 0.1.1 2014-09-28 15:25:15 -04:00
Gered 7b2b2472cf include the project name in the project creation output 2014-09-28 15:25:07 -04:00
Gered 3387a42dd2 have all webapp html templates extend from base.html 2014-09-28 15:21:37 -04:00
Gered 1d8f5fa877 use properly sanitized name in goog.require call 2014-09-28 12:28:28 -04:00
Gered e960b6b822 prevent some unnecessary cljs repl reconnection attempts
suggested improvement noted in https://github.com/tomjakubowski/weasel/issues/24
2014-09-28 12:16:22 -04:00
Gered b5646383d5 initial commit (second time starting this project!) 2014-09-22 17:40:42 -04:00