Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCFB610DD0 for ; Tue, 18 Mar 2014 07:04:22 +0000 (UTC) Received: (qmail 32223 invoked by uid 500); 18 Mar 2014 07:04:22 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 32141 invoked by uid 500); 18 Mar 2014 07:04:18 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 32129 invoked by uid 99); 18 Mar 2014 07:04:17 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 07:04:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7C4F294697F; Tue, 18 Mar 2014 07:04:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: minor dependency updates Date: Tue, 18 Mar 2014 07:04:17 +0000 (UTC) Repository: cordova-registry-web Updated Branches: refs/heads/refactor 1893e83f4 -> 00569d570 minor dependency updates 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/00569d57 Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/00569d57 Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/00569d57 Branch: refs/heads/refactor Commit: 00569d570ffbacdaec95c13d0c448661ec381c20 Parents: 1893e83 Author: Steven Gill Authored: Tue Mar 18 00:04:05 2014 -0700 Committer: Steven Gill Committed: Tue Mar 18 00:04:05 2014 -0700 ---------------------------------------------------------------------- Gruntfile.js | 1 - README.md | 2 +- package.json | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/00569d57/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index d084f35..948d284 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,6 @@ 'use strict'; module.exports = function(grunt) { - var rewriteRulesSnippet = require('grunt-connect-rewrite/lib/utils').rewriteRequest; var proxySnippet = require('grunt-connect-proxy/lib/utils').proxyRequest; grunt.initConfig({ http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/00569d57/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1f47557..7f748d8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ If you keep seeing `POST /_session 401` when you try to publish a plugin locally Deploy Remotely ============== -Contact Steve or Anis to get username and passwords for remote couchdb instances. Any Cordova committers will be given the information if requested. Currently [plugins.cordova.io](http://plugins.cordova.io) is hosted on Iris Couch and [stage.plugins.cordova.io](http://stage.plugins.cordova.io) is hosted on Cloudant. The plan is to move over to Cloudant when this site launches. This will require setting up the default plugman registry to Cloudant. +Contact Steve or Anis to get username and passwords for remote couchdb instances. Any Cordova committers will be given the information if requested. Currently [plugins.cordova.io](http://plugins.cordova.io) is hosted on Iris Couch and [stage.plugins.cordova.io](http://stage.plugins.cordova.io) is hosted on Cloudant. The plan is to move over to Cloudant when this site launches. This will require setting up the default plugman registry to Cloudant. This should be doable by changing the DNS for `registry.cordova.io` ### Cordova-registry Navigate to cordova-registry directory in your terminal and run the following command. http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/00569d57/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 3e43706..908cc88 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "load-grunt-tasks": "~0.2.1", "grunt-contrib-less": "~0.9.0", "grunt-connect-proxy": "^0.1.8", - "grunt-contrib-connect": "^0.7.1", - "connect-livereload": "^0.3.2" + "grunt-contrib-connect": "^0.7.1" } }