-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from alphagov/remove-widdershins
Remove widdershins
- Loading branch information
Showing
18 changed files
with
18 additions
and
2,291 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 |
---|---|---|
|
@@ -18,6 +18,3 @@ | |
.DS_Store | ||
|
||
Staticfile.auth | ||
|
||
/node_modules | ||
/source/reference.html.md.erb |
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,23 +1,18 @@ | ||
requirements: | ||
npm install | ||
bundle install | ||
|
||
clean: | ||
rm -rf build | ||
|
||
api: | ||
$(if ${API_SPEC},,$(error Must specify path to the OpenAPI spec file in API_SPEC)) | ||
./generate.js ${API_SPEC} source/reference.html.md.erb | ||
|
||
html: requirements clean api | ||
html: requirements clean | ||
bundle exec rake build | ||
|
||
server: html | ||
bundle exec middleman server | ||
|
||
publish: requirements clean api | ||
publish: requirements clean | ||
bundle exec rake publish | ||
|
||
all: html | ||
|
||
.PHONY: setup requirements clean api html server publish | ||
.PHONY: setup requirements clean html server publish |
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.