2
0
mirror of https://github.com/status-im/reagent.git synced 2025-01-23 02:10:01 +00:00

8 Commits

Author SHA1 Message Date
Dan Holmsand
bc89612a76 Fix site-generation and simplify title setting 2014-11-29 19:51:45 +01:00
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
d188be004e Change links to point to reagent-project 2014-11-06 20:21:38 +01:00
Dan Holmsand
429ed50fab Make demo code more Light Table-friendly 2014-04-01 19:50:28 +02:00
Dan Holmsand
11ce2bbe0d Add link to complete source 2014-02-26 14:17:02 +01:00
Dan Holmsand
c39378bb79 Explain binary clock demo 2014-02-26 13:17:18 +01:00
Dan Holmsand
b8ffbb8dd2 Tweak clock demo 2014-02-22 17:24:22 +01:00
Dan Holmsand
af1d3e6d05 Started fiddling with clock demo 2014-02-22 12:36:34 +01:00