Skip to content

Commit

Permalink
Fix docs for GitHub requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GregPeden committed Jul 14, 2018
1 parent 71e05e4 commit 6b03ce8
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 36 deletions.
1 change: 0 additions & 1 deletion dev/dist/index.html

This file was deleted.

32 changes: 32 additions & 0 deletions dev/docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">

<title>Click Confirm for Bootstrap v4 and Vue v2</title>

<!-- Bootstrap core CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
crossorigin="anonymous"
>
<link rel="stylesheet" href="../style.css">
<script src="https://use.fontawesome.com/d7ea8272b5.js"></script>

<% if (htmlWebpackPlugin.options.description) { %>
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>"/>
<% } %>
</head>

<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="app"></div>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 1 addition & 32 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,32 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">

<title>Click Confirm for Bootstrap v4 and Vue v2</title>

<!-- Bootstrap core CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
crossorigin="anonymous"
>
<link rel="stylesheet" href="../dev/style.css">
<script src="https://use.fontawesome.com/d7ea8272b5.js"></script>

<% if (htmlWebpackPlugin.options.description) { %>
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>"/>
<% } %>
</head>

<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="app"></div>
</body>
</html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="description" content=""><meta name="author" content=""><title>Click Confirm for Bootstrap v4 and Vue v2</title><!-- Bootstrap core CSS --><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"><link rel="stylesheet" href="../style.css"><script src="https://use.fontawesome.com/d7ea8272b5.js"></script><meta name="description" content="Prompt user to confirm button click event before allowing the event to proceed."><link href="/click-confirm/client.ca67c83d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"></div><script type="text/javascript" src="/click-confirm/manifest.495621c4.js"></script><script type="text/javascript" src="/click-confirm/vendor.31966fa7.js"></script><script type="text/javascript" src="/click-confirm/client.1232cd59.js"></script></body></html>
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"unpkg": "dist/click-confirm",
"poi": {
"entry": "dev/main.js",
"dist": "dev/dist",
"dist": "docs",
"homepage": "/click-confirm/",
"html": {
"template": "docs/index.html"
"template": "dev/docs/index.html"
}
},
"files": [
Expand Down

0 comments on commit 6b03ce8

Please sign in to comment.