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

Commit 2ca735f

Browse files
committed
build: copy jquery-ui correctly.
the path of jquery-ui.js in bower was changed.
1 parent 8d9b3f7 commit 2ca735f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.js

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

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

1515
var css_dependencies = [

0 commit comments

Comments
 (0)