Skip to content

Commit 04b34b3

Browse files
committed
Merge branch 'eavichay-master'
2 parents 6b1409d + 011a646 commit 04b34b3

File tree

7 files changed

+235
-1116
lines changed

7 files changed

+235
-1116
lines changed

copy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,4 @@ _.each(fs.readdirSync('.'), function(name) {
9595
});
9696

9797
fs.copySync("stem-v0.2.70-non-keyed/node_modules/babel-polyfill/dist/polyfill.min.js","dist/stem-v0.2.70/node_modules/babel-polyfill/dist");
98-
fs.copySync("slim-js-v3.3.0-non-keyed/node_modules/slim-js/src/Slim.js","dist/slim-js-v3.3.0/node_modules/slim-js/src/Slim.js");
9998

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<title>Slim.js v3.3.0-non-keyed</title>
6-
<script src="./slim.js"></script>
7-
<script src="./main-app.js"></script>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Slim.js v5.0.8-non-keyed</title>
6+
<script src="./main-app.js" type="module"></script>
87
<link href="/css/currentStyle.css" rel="stylesheet" />
9-
</head>
10-
<body>
8+
</head>
9+
<body>
1110
<main-app></main-app>
12-
</body>
13-
</html>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)