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

Commit

Permalink
Build: move redirects from infrastructure repo
Browse files Browse the repository at this point in the history
Closes gh-108
  • Loading branch information
arthurvr committed Jul 23, 2015
1 parent 67bfa05 commit 4cbbf0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,6 +25,6 @@
},
"dependencies": {
"grunt": "0.4.5",
"grunt-jquery-content": "2.0.0"
"grunt-jquery-content": "2.3.0"
}
}
9 changes: 9 additions & 0 deletions redirects.json
@@ -0,0 +1,9 @@
{
"/api/": "/resources/api.xml",
"/asyncTest/": "/QUnit.asyncTest/",
"/module/": "/QUnit.module/",
"/start/": "/QUnit.start/",
"/stop/": "/QUnit.stop/",
"/test/": "/QUnit.test/",
"/QUnit.jsDump.parse/": "/QUnit.dump.parse/"
}

0 comments on commit 4cbbf0f

Please sign in to comment.