Skip to content

Commit d5b1943

Browse files
Merge pull request #27 from metromoxie/bikeshed-conversion-basic
Basic bikeshed conversion. Leaving bikeshed version in separate file until v1 spec is finalized.
2 parents e148545 + 4b6816d commit d5b1943

File tree

4 files changed

+2243
-1
lines changed

4 files changed

+2243
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
all: clean index.html
1+
all: clean index.html index.bikeshed.html
22

33
clean:
44
rm -rf index.html
55

66
index.html: spec.markdown template.erb
77
sed -e 's/\[\[/\\[\\[/g' -e 's/\]\]/\\]\\]/g' ./spec.markdown | kramdown --parse-block-html --template='template.erb' > index.html
88

9+
index.bikeshed.html: index.bikeshed.bs
10+
bikeshed -f spec ./index.bikeshed.bs
11+
912
publish: all
1013
git push origin master
1114
git push origin master:gh-pages

0 commit comments

Comments
 (0)