anatoly
58ca345896
releasing 0.1.7
2015-12-21 20:52:31 -05:00
anatoly
a4dfe74c66
Merge branch '0.1.7'
...
Conflicts:
.gitignore
src/mount/core.cljc
2015-12-21 20:49:35 -05:00
Anatoly
f936726b34
[docs]: about ns state recompilation
2015-12-21 20:45:46 -05:00
anatoly
d66832aaf1
[boot]: removing dev/resources from dev task
...
tools.namespace refreshes the whole world with them. will either figure out how to provide a safe list of dirs automagically or (preferable option is to) rip tools.namespace out
2015-12-21 20:45:15 -05:00
Anatoly
7055cddccd
[docs]: about ns state recompilation
2015-12-21 20:42:29 -05:00
anatoly
f8ac28157f
#22 : ns-recompile png
2015-12-21 20:15:32 -05:00
anatoly
32604432bc
#22 : ns-recompile png
2015-12-21 20:15:12 -05:00
anatoly
a0bc17073e
#22 : ns-recompile png
2015-12-21 20:12:47 -05:00
anatoly
9d23f190b3
[boot]: plugging into circle
2015-12-21 20:04:05 -05:00
anatoly
c7a737126f
[boot]: plugging in boot-cljs-test
2015-12-21 16:49:13 -05:00
anatoly
c7bb4d6a26
[boot]: plugging in cljs
2015-12-21 14:41:06 -05:00
anatoly
a75b087b8f
[boot]: moving tests to test/core
...
to avoid "boot => The :source-paths, :resource-paths, and :asset-paths must not overlap."
2015-12-20 19:22:17 -05:00
anatoly
8f9f44e3cc
[boot]: adding logging and t.namespace
2015-12-20 19:16:48 -05:00
anatoly
d67f318ef1
[boot]: dissoc ensure snapshot branch
2015-12-20 02:03:03 -05:00
anatoly
ca45d22111
making mount boot'iful... [the beginning]
2015-12-20 01:28:34 -05:00
anatoly
5aac6198d0
refactoring example app: + www
2015-12-16 18:16:23 -05:00
Oleksandr Manenko
5478d4298b
Fix a typo
2015-12-16 15:57:38 -05:00
Anatoly
a6a08b3ea0
Merge pull request #24 from manenko/patch-1
...
fixing a typo
2015-12-16 15:23:38 -05:00
Oleksandr Manenko
002a45fa5e
Fix a typo
2015-12-16 18:24:48 +02:00
anatoly
4fb6f6849e
#22 : a note on state cleaning when ns is recompiled
2015-12-15 12:25:00 -05:00
anatoly
eeda080322
adding "defstate!" wrapper (per @DomKM)
2015-12-15 11:47:24 -05:00
anatoly
c1be3c377e
#23 : cleanup up most of AOT cljs warnings.. [still have some]
2015-12-15 09:41:09 -05:00
anatoly
dc5b6c2614
cleaning macros (thx @DomKM)
...
removing reader conditionals from defstate, since this part of the macro is compiled by clojure (not cljs)
adding ":require-macros [mount.core :refer [defstate]]" to itself (mount.core) to obviate a need for mount clients to do ":require-macros"
2015-12-15 00:27:57 -05:00
anatoly
d342b43f23
#22 : dissoc from running states on recompile
2015-12-14 20:41:25 -05:00
anatoly
7e2adce991
#22 : dissoc from running states on recompile
2015-12-14 20:41:14 -05:00
anatoly
05f7c35712
on to 0.1.7-SNAPSHOT
2015-12-13 21:35:35 -05:00
anatoly
40cbf173ee
on to 0.1.7-SNAPSHOT
2015-12-13 21:35:16 -05:00
anatoly
85e1db6f23
changelog caps
2015-12-13 21:01:12 -05:00
Anatoly
52c1b53510
[changelog]: 0.1.6
2015-12-13 20:38:15 -05:00
Anatoly
1ac28981a6
[docs]: link to clojurescript docs
2015-12-10 10:57:00 -05:00
Anatoly
5a01b59560
[cljs docs]: fixing links and img size
2015-12-10 00:49:58 -05:00
Anatoly
5d8c068e4d
[docs]: fixing padding
2015-12-10 00:44:52 -05:00
anatoly
37d64d0a25
closing #10 . cljs is now supported in 0.1.6
2015-12-10 00:40:18 -05:00
anatoly
e36d524176
Merge branch '0.1.6'
2015-12-10 00:37:32 -05:00
anatoly
c7435cd81a
cljs docs
2015-12-10 00:31:17 -05:00
Anatoly
0825ad2ed0
[docs]: fixed link to an example app
2015-12-09 23:04:17 -05:00
Anatoly
2211491e91
[docs]: relinking tests
2015-12-09 23:01:29 -05:00
anatoly
9972893710
[circle ci]: plugin in "test2junit"
2015-12-09 22:41:18 -05:00
anatoly
3fc53f747e
cljs tests are in
2015-12-09 22:27:02 -05:00
anatoly
4b6a4b1658
bringing all the clj tests home. cljs suite next.
2015-12-09 00:06:23 -05:00
anatoly
7271ba4f42
(mount/in-clj-mode) for dev.clj
2015-12-08 22:40:23 -05:00
anatoly
a8ff02c348
test -> dev/cljs for cljs :advanced
2015-12-08 22:12:53 -05:00
anatoly
c32f7a892f
cljs var-to-str + parts test
2015-12-08 22:07:26 -05:00
anatoly
f049f4fad6
circle tets overrides as a list
2015-12-08 01:24:12 -05:00
anatoly
5fdef469b7
removing deps
2015-12-08 01:19:14 -05:00
anatoly
f06dc427f0
[cljs tests]: splicing :clj imports
2015-12-08 00:56:34 -05:00
anatoly
268162324f
starting cljs tests
2015-12-08 00:49:41 -05:00
anatoly
8e34001122
reorging sample clj/cljs apps. ready for cljs tests
2015-12-07 19:50:03 -05:00
Anatoly
61f54cf12a
[docs circle ci]: cljc build link
2015-12-07 16:52:37 -05:00
Anatoly
dd6175a917
[docs circle ci]: cljc build link
2015-12-07 16:00:35 -05:00