Skip to content

Commit 10291fe

Browse files
committed
Follows-up 58373d3. Ref jquery#84.
1 parent a9b7114 commit 10291fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gruntfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ grunt.registerTask( "build", [
4343
"build-xml-full"
4444
]);
4545

46+
grunt.registerTask( "deploy", [ "wordpress-deploy", "deploy-redirects" ] );
47+
4648
};

redirects.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"/api/": "/resources/api.xml"
2+
"/api/": "/resources/api.xml",
3+
"/extending-ajax/": "/jQuery.ajax/#extending-ajax"
34
}

0 commit comments

Comments
 (0)