Skip to content

Commit a125096

Browse files
committed
Build: Move externals from /lib/ to /external/
1 parent 10913e0 commit a125096

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88

99
<!-- QUnit -->
10-
<link rel="stylesheet" href="../libs/qunit/qunit.css" media="screen">
11-
<script src="../libs/qunit/qunit.js"></script>
10+
<link rel="stylesheet" href="../external/qunit/qunit.css" media="screen">
11+
<script src="../external/qunit/qunit.js"></script>
1212

1313
<!-- Load a jQuery and jquery-migrate plugin file based on URL -->
1414
<script src="testinit.js"></script>

0 commit comments

Comments
 (0)