Skip to content

Commit 77f2172

Browse files
committed
Cleaned up the non-dev build
1 parent d957c87 commit 77f2172

File tree

6 files changed

+5
-38
lines changed

6 files changed

+5
-38
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ npm-debug.log*
1111
yarn-debug.log*
1212
yarn-error.log*
1313
lerna-debug.log*
14+
*.map
1415

1516
# Diagnostic reports (https://nodejs.org/api/report.html)
1617
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

public/bundle.bin

483 KB
Binary file not shown.

public/bundle.css.map

Lines changed: 0 additions & 34 deletions
This file was deleted.

public/bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/index-normal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<body>
1414
<script>
15-
nw.Window.get().evalNWBin(null,'./public/bundle.bin');
15+
nw.Window.get().evalNWBin(null,'./bundle.bin');
1616
</script>
1717
</body>
1818
</html>

public/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
<link rel='stylesheet' href='/global.css'>
1010
<link rel='stylesheet' href='/bundle.css'>
11-
12-
<script defer src='/bundle.js'></script>
1311
</head>
1412

1513
<body>
14+
<script>
15+
nw.Window.get().evalNWBin(null,'/bundle.bin');
16+
</script>
1617
</body>
1718
</html>

0 commit comments

Comments
 (0)