Permalink
Browse files

Use Bikeshed API instead of local install

  • Loading branch information...
1 parent cc16d00 commit 427f1e7bb328901b00ff92094dfb3639c9c726e6 @devd devd committed Jun 21, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
View
@@ -7,7 +7,7 @@ index.html: spec.markdown template.erb
sed -e 's/\[\[/\\[\\[/g' -e 's/\]\]/\\]\\]/g' ./spec.markdown | kramdown --parse-block-html --template='template.erb' > index.html
index.bikeshed.html: index.bikeshed.bs
- bikeshed -f spec ./index.bikeshed.bs
+ curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 > ./index.bikeshed.html
publish: all
git push origin master

2 comments on commit 427f1e7

@fmarier
World Wide Web Consortium member

This is incomplete, it doesn't change the Travis config file (which still installs a local version of bikeshed that it's not going to use).

@fmarier
World Wide Web Consortium member

I filed #46 so that we get this fixed.

Please sign in to comment.