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

Commit

Permalink
Build: copy jquery.js from the external/jquery directory
Browse files Browse the repository at this point in the history
Fixes gh-7032
  • Loading branch information
gseguin committed Feb 6, 2014
1 parent 2d8990d commit a93955d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -459,7 +459,7 @@ module.exports = function( grunt ) {
files: [
{
expand: true,
cwd: "js",
cwd: "external/jquery",
src: [ "jquery.js" ],
dest: path.join( dist, "demos/js/" )
},
Expand Down

0 comments on commit a93955d

Please sign in to comment.