Skip to content

Commit

Permalink
Renaming .libs -> libs (turns out gh-pages doesn't like .-files)
Browse files Browse the repository at this point in the history
--HG--
rename : .libs/README.txt => libs/README.txt
rename : .libs/bootstrap-1.4.0/bootstrap-tabs.js => libs/bootstrap-1.4.0/bootstrap-tabs.js
rename : .libs/bootstrap-1.4.0/bootstrap.min.css => libs/bootstrap-1.4.0/bootstrap.min.css
rename : .libs/jquery-1.7.1.min.js => libs/jquery-1.7.1.min.js
rename : .libs/jsDump-modified.js => libs/jsDump-modified.js
rename : .libs/peg-0.6.2-amd.js => libs/peg-0.6.2-amd.js
rename : .libs/qunit-75dae0b/qunit.css => libs/qunit-75dae0b/qunit.css
rename : .libs/qunit-75dae0b/qunit.js => libs/qunit-75dae0b/qunit.js
rename : .libs/require-1.0.2/require.js => libs/require-1.0.2/require.js
rename : .libs/require-1.0.2/text.js => libs/require-1.0.2/text.js
rename : .libs/underscore-1.2.3.js => libs/underscore-1.2.3.js
  • Loading branch information
wolever committed Jan 5, 2012
1 parent 918ccf2 commit afa3f31
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions example/index.html
Expand Up @@ -2,7 +2,7 @@
<head>
<title>Remora Interactive</title>

<link rel="stylesheet" href="../.libs/bootstrap-1.4.0/bootstrap.min.css">
<link rel="stylesheet" href="../libs/bootstrap-1.4.0/bootstrap.min.css">

<style>

Expand Down Expand Up @@ -119,10 +119,10 @@ <h2>Give it some data</h2>
</div>
</div>

<script src="../.libs/jquery-1.7.1.min.js"></script>
<script src="../.libs/bootstrap-1.4.0/bootstrap-tabs.js"></script>
<script src="../.libs/jsDump-modified.js"></script>
<script src="../.libs/underscore-1.2.3.js"></script>
<script src="../libs/jquery-1.7.1.min.js"></script>
<script src="../libs/bootstrap-1.4.0/bootstrap-tabs.js"></script>
<script src="../libs/jsDump-modified.js"></script>
<script src="../libs/underscore-1.2.3.js"></script>

<script src="../src/browser/base.js"></script>
<script>
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions test/testrunner.html
@@ -1,10 +1,10 @@
<html>
<head>
<title>Remora Tests</title>
<link rel="stylesheet" href="../.libs/qunit-75dae0b/qunit.css" type="text/css" />
<script src="../.libs/jquery-1.7.1.min.js"></script>
<script src="../.libs/qunit-75dae0b/qunit.js"></script>
<script src="../.libs/underscore-1.2.3.js"></script>
<link rel="stylesheet" href="../libs/qunit-75dae0b/qunit.css" type="text/css" />
<script src="../libs/jquery-1.7.1.min.js"></script>
<script src="../libs/qunit-75dae0b/qunit.js"></script>
<script src="../libs/underscore-1.2.3.js"></script>

<script src="../src/browser/base.js"></script>
<script>
Expand Down

0 comments on commit afa3f31

Please sign in to comment.