-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bruce Hauman
committed
Jan 23, 2016
1 parent
55d068d
commit 91ad339
Showing
1 changed file
with
0 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +0,0 @@ | ||
# get node working on windows | ||
|
||
# if a file changes load its deps | ||
# given a set of file changes load them in dep order | ||
|
||
# add conditional (utils/dev ) to add assertions to client code | ||
# add copious tests to client | ||
|
||
# change example to a simpler app | ||
|
||
|
||
|
||
|
||
|
||
|
||
* switch build special fn? | ||
|
||
* figure out best way to do rlwrap | ||
|
||
* remove cljsbuild dependency for good | ||
|
||
* look at cljs.test plugin for client | ||
- going to require an eval to do what I want | ||
|
||
* ### look at repl integration | ||
|
||
* clean up example and template to have basic dev pattern | ||
of requiring figwheel in dev mode | ||
|
||
* add assert? | ||
|
||
* clean up parameter passing | ||
* look at subproject leiningen cljsbuild code and see whats needed | ||
|
||
* create seperate feature testing projects | ||
|
||
* html change to cause refresh | ||
* clean and other commands from browser is interesting | ||
|
||