Commit Graph

39 Commits

Author SHA1 Message Date
Dan Holmsand bffbae231d Reorganize build, tests and doc site
Tests and doc site can now run without node, using only
"lein figwheel". Tests and site are then re-run automatically
whenever a source file changes.

The doc site is now generated into "outsite/public", and can be
copied into the "gh-pages" branch with "make build-gh-pages".

"make push-gh-pages" builds the doc site and pushes it upstream
to the gh-pages branch there.

Generation of html pages is now handled completely in
ClojureScript, loaded from "bin/gen-site.js".

Link handling is a bit simplified.
2014-11-29 18:30:24 +01:00
Dan Holmsand b1bec33448 Make todomvc feel more responsive 2014-11-11 11:08:43 +01:00
Dan Holmsand a555484e9c Version 0.4.3 2014-10-28 16:34:26 +01:00
Dan Holmsand 0f2136d4b4 Allow render-component to take a function returning a component 2014-03-18 16:43:19 +01:00
Dan Holmsand 23ae1661fe Version 0.4.2 2014-03-06 13:27:49 +01:00
Dan Holmsand e3a67043c9 Version 0.4.1 2014-02-22 08:50:27 +01:00
Dan Holmsand 148e5b4bb0 Update versions 2014-02-22 08:37:14 +01:00
Dan Holmsand 432592955f Version 0.4.0 2014-02-21 16:31:30 +01:00
Dan Holmsand 85e5f8d46a Avoid warning with ClojureScript 2156 2014-02-21 16:12:41 +01:00
Jonas Enlund c783d09b04 default width and height 2014-02-21 14:06:28 +02:00
Jonas Enlund 8fd3b8b51f refactor geometry example 2014-02-21 13:48:48 +02:00
Dan Holmsand b0a35f3e4e Move geometry example source to proper directory to avoid warnings 2014-02-21 07:44:30 +01:00
Dan Holmsand 478b74f6ae Modify geometry example to allow inclusion into other component 2014-02-15 17:05:22 +01:00
Dan Holmsand 8f308a4fe3 Tweak examples to take advantage of arbitrary argument passing 2014-02-15 13:50:10 +01:00
Jonas Enlund 757f2f88cc cleanup 2014-02-09 14:02:36 +02:00
Jonas Enlund bc607852ef Added some circles 2014-02-09 13:12:54 +02:00
Jonas Enlund b25facab63 testing the anyargs branch 2014-02-09 12:04:13 +02:00
Dan Holmsand e8b108ea5e Version 0.3.0 2014-02-03 14:54:01 +01:00
Dan Holmsand 68da921e35 Version 0.2.1 2014-01-26 09:51:36 +01:00
Dan Holmsand f3e4c7f6b0 Version 0.2.0 2014-01-24 11:40:15 +01:00
Dan Holmsand 8fc6bf3e6e Make todomvc look like it should 2014-01-19 10:34:12 +01:00
Dan Holmsand 8e542292a2 Cloact -> Reagent 2014-01-17 11:12:11 +01:00
Dan Holmsand 69b54410aa Version 0.1.0 2014-01-10 14:03:47 +01:00
Dan Holmsand 7bbe917285 Breaking change: Require react.js to be included separately
This makes the project.clj a little messier, but makes it a lot
easier to use a different version or a custom build of React.
2014-01-10 11:10:09 +01:00
Dan Holmsand 6bf6b3f7d4 More cleanup
todomvc is now down to 87 lines!
2014-01-08 16:34:36 +01:00
Dan Holmsand 00317991ee More docs 2014-01-07 17:01:28 +01:00
Dan Holmsand 062fb33cb3 Make demo a little prettier 2014-01-07 12:45:08 +01:00
Dan Holmsand f9e0dfe4b3 Syntaxify comments 2014-01-06 22:27:22 +01:00
Dan Holmsand 2c093bf47c Simplify example by not trying to be fancy 2014-01-06 20:58:39 +01:00
Dan Holmsand cfe97087e6 Version 0.0.3 2013-12-18 15:02:57 +01:00
Dan Holmsand 88d6361540 Make to-string more convenient 2013-12-18 09:13:16 +01:00
Dan Holmsand 6191a4c0bc Add some animation to todomvc 2013-12-17 22:25:11 +01:00
Dan Holmsand 59b3d9c69c Version 0.0.2 2013-12-17 20:10:03 +01:00
Dan Holmsand 239120954d Update dependencies 2013-12-17 15:29:02 +01:00
Dan Holmsand 9e5e38fbc7 Don't use ilookup for props, children, etc. 2013-12-17 12:59:21 +01:00
Dan Holmsand 08d082e365 Make todomvc a little cleaner 2013-12-17 12:25:48 +01:00
Dan Holmsand f00f6e3334 Fix example 2013-12-16 23:39:22 +01:00
Dan Holmsand 7ebbdeaf66 Version 0.0.1 2013-12-16 23:22:54 +01:00
Dan Holmsand 12566ced7b Initial version 2013-12-16 23:19:36 +01:00