Skip to content

Commit 5a6ba92

Browse files
committed
Renamed the binary index to index and the development index to indexDev
1 parent 4dbb3cc commit 5a6ba92

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

index.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- External modules -->
1515
<link rel="shortcut icon" href="favicon.ico">
1616
<link rel="stylesheet" type="text/css" href="bower_components/jQuery-contextMenu/src/jquery.contextMenu.css"/>
17-
<link rel="stylesheet" type="text/css" href="Code/style.css"/>
17+
<link rel="stylesheet" type="text/css" href="Build/wcDocker.min.css"/>
1818

1919
<!-- completely optional external module if you want to show icons in the context menu -->
2020
<link rel="stylesheet" type="text/css" href="bower_components/font-awesome/css/font-awesome.css"/>
@@ -24,14 +24,7 @@
2424
<script src="bower_components/jQuery-contextMenu/src/jquery.ui.position.js"></script>
2525

2626
<!-- Core Modules -->
27-
<script src="Code/docker.js"></script>
28-
<script src="Code/splitter.js"></script>
29-
<script src="Code/frame.js"></script>
30-
<script src="Code/panel.js"></script>
31-
<script src="Code/layout.js"></script>
32-
<script src="Code/ghost.js"></script>
33-
<script src="Code/tabframe.js"></script>
34-
<script src="Code/iframe.js"></script>
27+
<script src="Build/wcDocker.min.js"></script>
3528

3629
<!-- The entire demo is in this script -->
3730
<link rel="stylesheet" type="text/css" href="Code/ext/rainbow.css"/>

indexBin.html renamed to indexDev.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- External modules -->
1515
<link rel="shortcut icon" href="favicon.ico">
1616
<link rel="stylesheet" type="text/css" href="bower_components/jQuery-contextMenu/src/jquery.contextMenu.css"/>
17-
<link rel="stylesheet" type="text/css" href="Build/wcDocker.min.css"/>
17+
<link rel="stylesheet" type="text/css" href="Code/style.css"/>
1818

1919
<!-- completely optional external module if you want to show icons in the context menu -->
2020
<link rel="stylesheet" type="text/css" href="bower_components/font-awesome/css/font-awesome.css"/>
@@ -24,7 +24,14 @@
2424
<script src="bower_components/jQuery-contextMenu/src/jquery.ui.position.js"></script>
2525

2626
<!-- Core Modules -->
27-
<script src="Build/wcDocker.min.js"></script>
27+
<script src="Code/docker.js"></script>
28+
<script src="Code/splitter.js"></script>
29+
<script src="Code/frame.js"></script>
30+
<script src="Code/panel.js"></script>
31+
<script src="Code/layout.js"></script>
32+
<script src="Code/ghost.js"></script>
33+
<script src="Code/tabframe.js"></script>
34+
<script src="Code/iframe.js"></script>
2835

2936
<!-- The entire demo is in this script -->
3037
<link rel="stylesheet" type="text/css" href="Code/ext/rainbow.css"/>

0 commit comments

Comments
 (0)