Skip to content

Commit

Permalink
Patching to get new docs assets and files in. Forgot to run the build :/
Browse files Browse the repository at this point in the history
  • Loading branch information
jfusco committed Nov 6, 2016
1 parent 1d25447 commit 1cce8b1
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 51 deletions.
15 changes: 15 additions & 0 deletions docs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,21 @@ return /******/ (function(modules) { // webpackBootstrap
),
' file documentation'
),
_react2.default.createElement(
'h2',
null,
'Tests'
),
_react2.default.createElement(
'p',
null,
'View coverage report ',
_react2.default.createElement(
'a',
{ href: 'https://jfusco.github.io/react-tagging-input/coverage/lcov-report/index.html' },
'here'
)
),
_react2.default.createElement(
'div',
{ className: 'example' },
Expand Down
4 changes: 2 additions & 2 deletions docs/coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1478448461685" clover="3.2.0">
<project timestamp="1478448461685" name="All files">
<coverage generated="1478449184077" clover="3.2.0">
<project timestamp="1478449184077" name="All files">
<metrics statements="52" coveredstatements="52" conditionals="71" coveredconditionals="52" methods="22" coveredmethods="22" elements="145" coveredelements="126" complexity="0" loc="52" ncloc="52" packages="1" files="2" classes="2">
<file name="Tag.js" path="/Users/Rinzler/Projects/Personal/react-tagging-input/src/component/js/Tag.js">
<metrics statements="8" coveredstatements="8" conditionals="7" coveredconditionals="6" methods="3" coveredmethods="3"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage/lcov-report/Tag.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 11:07:41 GMT-0500 (EST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 11:19:43 GMT-0500 (EST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage/lcov-report/Tags.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 11:07:41 GMT-0500 (EST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 11:19:43 GMT-0500 (EST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 11:07:41 GMT-0500 (EST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sun Nov 06 2016 11:19:43 GMT-0500 (EST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
42 changes: 42 additions & 0 deletions docs/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
html, body {
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.container {
width: 1170px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.example {
margin-top: 36px;
margin-bottom: 36px;
}

.example__component-wrapper {
margin-bottom: 15px;
}

pre {
display: block;
padding: 10px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
margin-top: 8px;
}

h1 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 36px;
}
46 changes: 1 addition & 45 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,8 @@

<title>React Tags Component</title>

<link rel=stylesheet href="index.css">
<link rel=stylesheet href="react-tags.css">

<style>
html, body {
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.container {
width: 1170px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.example {
margin-top: 36px;
margin-bottom: 36px;
}

.example__component-wrapper {
margin-bottom: 15px;
}

pre {
display: block;
padding: 10px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
margin-top: 8px;
}

h1 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 36px;
}
</style>
</head>
<body>
<div id="application"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tagging-input",
"version": "1.6.2",
"version": "1.6.3",
"description": "Simple tagging component",
"main": "dist/react-tags.js",
"license": "MIT",
Expand Down

0 comments on commit 1cce8b1

Please sign in to comment.