Skip to content

Commit 4753ac5

Browse files
committed
Make examples building more robust
1 parent 09afa15 commit 4753ac5

File tree

9 files changed

+22174
-37
lines changed

9 files changed

+22174
-37
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/lib
22
/node_modules
3-
compiled

examples/dist/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Examples</title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
9+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato">
10+
<link rel="stylesheet" href="style.css">
11+
</head>
12+
<body>
13+
<div id="mount"></div>
14+
15+
<script src="index.js"></script>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)