Skip to content

Commit 11a6d8e

Browse files
committed
Merge branch 'srghma-deku-add'
2 parents 30192a9 + b9868e0 commit 11a6d8e

File tree

8 files changed

+6294
-0
lines changed

8 files changed

+6294
-0
lines changed

frameworks/non-keyed/deku/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Dependencies
2+
.psci_modules
3+
.spago
4+
bower_components
5+
node_modules
6+
7+
# Generated files
8+
.psci
9+
.psc*
10+
output
11+
output-es
12+

frameworks/non-keyed/deku/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Deku v0.12.1</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
7+
</head>
8+
<body>
9+
<script src="output-es/bundle.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)