We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f2e41 commit 664fb7dCopy full SHA for 664fb7d
1 file changed
Notes.md
@@ -1,11 +1,27 @@
1
-Todo:
+Development notes
2
+=================
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
13
-Progress:
14
+### Make a release
15
+This will concat/compress things into a build in `/v/0.8.0`.
16
-- Titlecard
-- Actual readme
17
+ $ make v/0.8.0
18
19
+Todo
20
+----
21
22
+- Sectioning
23
+- Titlecard (in progress)
24
+- Actual readme (in progress)
25
26
Done:
27
0 commit comments