Skip to content

Commit

Permalink
Split the vendor directory
Browse files Browse the repository at this point in the history
There are now three vendor directories. The goal is to have test- and
benchmark-specific stuff is its own directories and not in the main one.

  vendor
  test/vendor
  benchmark/vendor
  • Loading branch information
dmajda committed Aug 15, 2010
1 parent 44f5413 commit 5ab36f8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions benchmark/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ <h1>PEG.js Benchmark Suite</h1>
</table>

<script src="../lib/peg.js"></script>
<script src="../vendor/jquery/jquery.js"></script>
<script src="../vendor/jquery.scrollto/jquery.scrollTo.js"></script>
<script src="vendor/jquery/jquery.js"></script>
<script src="vendor/jquery.scrollto/jquery.scrollTo.js"></script>
<script>
var benchmarks = [
{
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>PEG.js Test Suite</title>
<link rel="stylesheet" href="../vendor/qunit/qunit.css">
<script src="../vendor/qunit/qunit.js"></script>
<link rel="stylesheet" href="vendor/qunit/qunit.css">
<script src="vendor/qunit/qunit.js"></script>
<script src="../lib/peg.js"></script>
<script src="compiler-test.js"></script>
<script src="parser-test.js"></script>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5ab36f8

Please sign in to comment.