Skip to content

Commit

Permalink
refactor build process
Browse files Browse the repository at this point in the history
  • Loading branch information
nashio committed Jul 5, 2017
1 parent 0234875 commit b7dda0b
Show file tree
Hide file tree
Showing 20 changed files with 88 additions and 381 deletions.
125 changes: 0 additions & 125 deletions dist/css/index.css

This file was deleted.

214 changes: 0 additions & 214 deletions dist/index.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ header .sub-title {
margin: auto;
}

pre {
margin-left: 0;
}

h1 {
font-size: 27px;
margin: 5px 0;
Expand All @@ -44,17 +48,15 @@ h2 {

h3 {
font-size: 19px;
margin: 40px 0 0 0;
margin: 40px 0 20px 0;
color: #333;
}

h4 {
margin: 10px 0 20px 0;
color: #888;
}

h4 span {
font-size: 17px;
font-family: "Courier New", Courier, monospace;
margin: 20px 0 10px;
color: #888;
}

p.intro {
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions examples/basic/index.html → examples/demo/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html public "">
<title>Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="assets/css/example.css">
<link rel="stylesheet" href="assets/css/demo.css">
<body>
<div class="container">
<header>
Expand All @@ -11,6 +11,6 @@
<div id="root"></div>
</div>
<script src="../__build__/shared.js"></script>
<script src="../__build__/basic.js"></script>
<script src="../__build__/demo.js"></script>
</body>

Loading

0 comments on commit b7dda0b

Please sign in to comment.