Skip to content

Commit 664fb7d

Browse files
committed
Update notes.
1 parent 46f2e41 commit 664fb7d

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

Notes.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1-
Todo:
1+
Development notes
2+
=================
23

3-
- Sectioning
4+
### Auto-generate files
5+
This will (re-) build auto-generated files (stylus, etc).
6+
7+
$ make [-B]
8+
9+
### Update vendor files
10+
This will download files.
11+
12+
$ cd vendor; make *.js
413

5-
Progress:
14+
### Make a release
15+
This will concat/compress things into a build in `/v/0.8.0`.
616

7-
- Titlecard
8-
- Actual readme
17+
$ make v/0.8.0
18+
19+
Todo
20+
----
21+
22+
- Sectioning
23+
- Titlecard (in progress)
24+
- Actual readme (in progress)
925

1026
Done:
1127

0 commit comments

Comments
 (0)