Skip to content

Commit

Permalink
Merge pull request #426 from tbranyen/fix-jquery
Browse files Browse the repository at this point in the history
Changed jQuery location to dist/.
  • Loading branch information
Samuel Reed committed Feb 28, 2014
2 parents 40bb604 + 7e06849 commit c4d0f8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -9,6 +9,7 @@
"requirejs": "~2.1"
},
"devDependencies": {
"qunit": "~1.14.0"
"qunit": "~1.14.0",
"jquery": ">=2.1.0"
}
}
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -7,7 +7,7 @@
<!-- Bower components -->
<link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css">
<script src="../bower_components/qunit/qunit/qunit.js"></script>
<script src="../bower_components/jquery/jquery.js"></script>
<script src="../bower_components/jquery/dist/jquery.js"></script>
<script src="../bower_components/underscore/underscore.js"></script>
<script src="../bower_components/backbone/backbone.js"></script>
<script src="../backbone.layoutmanager.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/spec/expose.js
Expand Up @@ -29,7 +29,7 @@ asyncTest("AMD support", 1, function() {

paths: {
underscore: "bower_components/underscore/underscore",
jquery: "bower_components/jquery/jquery",
jquery: "bower_components/jquery/dist/jquery",
backbone: "bower_components/backbone/backbone"
},

Expand Down

0 comments on commit c4d0f8e

Please sign in to comment.