-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See whatwg/whatwg.org#197 and whatwg/meta#92 for details. This also updates the web-platform-tests URL and aligns the README with other READMEs.
- Loading branch information
Showing
3 changed files
with
25 additions
and
17 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 |
---|---|---|
|
@@ -4,3 +4,4 @@ deploy.sh | |
deploy_key | ||
deploy_key.pub | ||
compatibility.html | ||
review.sh |
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,8 +1,11 @@ | ||
local: compatibility.bs | ||
bikeshed spec compatibility.bs compatibility.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" | ||
|
||
remote: compatibility.bs | ||
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > compatibility.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" | ||
|
||
local: compatibility.bs | ||
bikeshed spec compatibility.bs compatibility.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" | ||
|
||
deploy: compatibility.bs | ||
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh | ||
|
||
review: compatibility.bs | ||
curl --remote-name --fail https://resources.whatwg.org/build/review.sh && bash ./review.sh |
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