Skip to content

Commit 6e524d5

Browse files
tgandrewsfjakobs
authored andcommitted
Removed reference to build folder, as that doesn't exist
1 parent f6f9791 commit 6e524d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

editor-build.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ <h1 style="color:red">Juhu Kinners</h1>
197197

198198
<input id="cockpitInput" type="text"/>
199199

200-
<script src="build/demo/require.js" type="text/javascript" charset="utf-8"></script>
201-
<script src="build/demo/boot.js" type="text/javascript" charset="utf-8"></script>
200+
<script src="demo/require.js" type="text/javascript" charset="utf-8"></script>
201+
<script src="demo/boot.js" type="text/javascript" charset="utf-8"></script>
202202
<script type="text/javascript">
203203
require("demo/boot");
204204
</script>
205205

206206
</body>
207-
</html>
207+
</html>

0 commit comments

Comments
 (0)