Skip to content

Commit

Permalink
refactor: use handlebars for views (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jan 14, 2020
1 parent cd6be3b commit 45fd001
Show file tree
Hide file tree
Showing 23 changed files with 586 additions and 557 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ node_modules
.nyc_output
build
code-workspace
html/documentation.html
html/changelog.html
views/partials/documentation.hbs
views/partials/changelog.hbs
.vscode
config
coverage
public/github-markdown.css
5 changes: 3 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
CONTRIBUTING.md
CHANGELOG.md
CODE_OF_CONDUCT.md
html/documentation.html
html/changelog.html
views/partials/documentation.hbs
views/partials/changelog.hbs
public/github-markdown.css
2 changes: 1 addition & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm registry from automated systems. Follow the steps below to generate a token:

### Generating 24 hour and release-backed tokens

1. set `Wombat Dressing Room` as your default registry, `npm config set registry {registry-href}`.
1. set `Wombat Dressing Room` as your default registry, `npm config set registry {{registryHref}}`.
2. `npm login`.
3. Click the `Create release-backed publication token` or
`Create 24 hour token` button.
Expand Down
23 changes: 0 additions & 23 deletions html/index.html

This file was deleted.

16 changes: 0 additions & 16 deletions html/login.html

This file was deleted.

315 changes: 0 additions & 315 deletions html/manage-tokens.html

This file was deleted.

Loading

0 comments on commit 45fd001

Please sign in to comment.