Skip to content

Commit

Permalink
Renamed the binary index to index and the development index to indexDev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lochemage committed Mar 10, 2015
1 parent 4dbb3cc commit 5a6ba92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 2 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- External modules -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="bower_components/jQuery-contextMenu/src/jquery.contextMenu.css"/>
<link rel="stylesheet" type="text/css" href="Code/style.css"/>
<link rel="stylesheet" type="text/css" href="Build/wcDocker.min.css"/>

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

<!-- Core Modules -->
<script src="Code/docker.js"></script>
<script src="Code/splitter.js"></script>
<script src="Code/frame.js"></script>
<script src="Code/panel.js"></script>
<script src="Code/layout.js"></script>
<script src="Code/ghost.js"></script>
<script src="Code/tabframe.js"></script>
<script src="Code/iframe.js"></script>
<script src="Build/wcDocker.min.js"></script>

<!-- The entire demo is in this script -->
<link rel="stylesheet" type="text/css" href="Code/ext/rainbow.css"/>
Expand Down
11 changes: 9 additions & 2 deletions indexBin.html → indexDev.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- External modules -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="bower_components/jQuery-contextMenu/src/jquery.contextMenu.css"/>
<link rel="stylesheet" type="text/css" href="Build/wcDocker.min.css"/>
<link rel="stylesheet" type="text/css" href="Code/style.css"/>

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

<!-- Core Modules -->
<script src="Build/wcDocker.min.js"></script>
<script src="Code/docker.js"></script>
<script src="Code/splitter.js"></script>
<script src="Code/frame.js"></script>
<script src="Code/panel.js"></script>
<script src="Code/layout.js"></script>
<script src="Code/ghost.js"></script>
<script src="Code/tabframe.js"></script>
<script src="Code/iframe.js"></script>

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

0 comments on commit 5a6ba92

Please sign in to comment.