Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 75d8797

Browse files
committed
Support new folder structure of jquery 2.1.x bower-component.
1 parent 0adb9bd commit 75d8797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var path = require('path');
88
module.exports = function() {
99

1010
var js_dependencies =[
11-
'bower_components/jquery/jquery.js',
11+
'bower_components/jquery/dist/jquery.js',
1212
'bower_components/jquery-ui/ui/jquery-ui.js'
1313
];
1414

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function(config) {
1414

1515
// list of files / patterns to load in the browser
1616
files: [
17-
'bower_components/jquery/jquery.js',
17+
'bower_components/jquery/dist/jquery.js',
1818
'bower_components/jquery-simulate/jquery.simulate.js',
1919
'test/libs/jquery.simulate.dragandrevert.js',
2020
'bower_components/jquery-ui/ui/jquery-ui.js',

0 commit comments

Comments
 (0)