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

Commit a93955d

Browse files
committed
Build: copy jquery.js from the external/jquery directory
Fixes gh-7032
1 parent 2d8990d commit a93955d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ module.exports = function( grunt ) {
459459
files: [
460460
{
461461
expand: true,
462-
cwd: "js",
462+
cwd: "external/jquery",
463463
src: [ "jquery.js" ],
464464
dest: path.join( dist, "demos/js/" )
465465
},

0 commit comments

Comments
 (0)