You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/03/07 21:13:02 UTC

git commit: CB-5130: added /downloads redirect

Repository: cordova-registry-web
Updated Branches:
  refs/heads/refactor bd8a648a5 -> 1c510b0e8


CB-5130: added /downloads redirect


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/1c510b0e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/1c510b0e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/1c510b0e

Branch: refs/heads/refactor
Commit: 1c510b0e88b9a60896868115a7f8d8d18b3b5fc4
Parents: bd8a648
Author: Steven Gill <st...@gmail.com>
Authored: Fri Mar 7 12:12:58 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Mar 7 12:12:58 2014 -0800

----------------------------------------------------------------------
 app.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/1c510b0e/app.js
----------------------------------------------------------------------
diff --git a/app.js b/app.js
index 114bc25..a9f1e25 100644
--- a/app.js
+++ b/app.js
@@ -9,6 +9,7 @@ ddoc =
     , {from:"/favicon.ico", to:'../../npm/favicon.ico'}
     , {from:"/api", to:'../../'}
     , {from:"/api/*", to:'../../*'}
+    , {from: "/downloads/*", to: '../../../downloads/*'}
     , {from:"/*", to:'*'}
     ]
   , lists : {}