Skip to content

Commit

Permalink
Reorganized files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Leßmann committed Jun 24, 2012
1 parent d589e8b commit d69bd15
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 12 deletions.
6 changes: 3 additions & 3 deletions demo/coffeescript.html
Expand Up @@ -4,12 +4,12 @@
<meta charset="UTF-8">
<title>Simrou Demo - CoffeeScript</title>

<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="http://coffeescript.org/extras/coffee-script.js"></script>
<script type="text/javascript" src="../lib/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="../lib/coffee-script.js"></script>
<script type="text/javascript" src="../build/simrou.min.js"></script>

<!--[if lte IE 7]>
<script type="text/javascript" src="http://github.com/cowboy/jquery-hashchange/raw/v1.3/jquery.ba-hashchange.min.js"></script>
<script type="text/javascript" src="../lib/jquery.ba-hashchange.min.js"></script>
<![endif]-->

<script type="text/coffeescript">
Expand Down
6 changes: 3 additions & 3 deletions demo/corp.html
Expand Up @@ -4,11 +4,11 @@
<meta charset="UTF-8">
<title>Simrou Corp</title>

<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="../build/simrou.js"></script>
<script type="text/javascript" src="../lib/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="../build/simrou.min.js"></script>

<!--[if lte IE 7]>
<script type="text/javascript" src="http://github.com/cowboy/jquery-hashchange/raw/v1.3/jquery.ba-hashchange.min.js"></script>
<script type="text/javascript" src="../lib/jquery.ba-hashchange.min.js"></script>
<![endif]-->

<style type="text/css">
Expand Down
4 changes: 2 additions & 2 deletions demo/overview.html
Expand Up @@ -4,11 +4,11 @@
<meta charset="UTF-8">
<title>Simrou Demo - Overview</title>

<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="../lib/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="../build/simrou.min.js"></script>

<!--[if lte IE 7]>
<script type="text/javascript" src="http://github.com/cowboy/jquery-hashchange/raw/v1.3/jquery.ba-hashchange.min.js"></script>
<script type="text/javascript" src="../lib/jquery.ba-hashchange.min.js"></script>
<![endif]-->

<script type="text/javascript">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions lib/jquery.ba-hashchange.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions spec/runner.html → tests.html
Expand Up @@ -16,12 +16,12 @@
<script type="text/javascript" src="lib/jasmine-1.2.0/jasmine-html.js"></script>

<!-- Simrou -->
<script type="text/javascript" src="../build/simrou.min.js"></script>
<script type="text/javascript" src="build/simrou.min.js"></script>

<!-- Tests -->
<script type="text/coffeescript" src="environment.coffee"></script>
<script type="text/coffeescript" src="simrou.coffee"></script>
<script type="text/coffeescript" src="route.coffee"></script>
<script type="text/coffeescript" src="spec/environment.coffee"></script>
<script type="text/coffeescript" src="spec/simrou.coffee"></script>
<script type="text/coffeescript" src="spec/route.coffee"></script>

<!-- Coffe-Script compiler -->
<script type="text/javascript" src="lib/coffee-script.js"></script>
Expand Down

0 comments on commit d69bd15

Please sign in to comment.