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 7FE6E10B32 for ; Wed, 11 Sep 2013 23:30:43 +0000 (UTC) Received: (qmail 51418 invoked by uid 500); 11 Sep 2013 23:30:43 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 51384 invoked by uid 500); 11 Sep 2013 23:30:43 -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 51362 invoked by uid 99); 11 Sep 2013 23:30:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 23:30:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EF7278BEB07; Wed, 11 Sep 2013 23:30:42 +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 Date: Wed, 11 Sep 2013 23:30:47 -0000 Message-Id: <464c1cf6cd444cee9a19add397e175dc@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/8] js commit: add firefoxos to gruntfile add firefoxos to gruntfile Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/6866193d Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/6866193d Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/6866193d Branch: refs/heads/ffos Commit: 6866193d2a0947c3dd35a55e11b5ec69f8e225cc Parents: 01119a9 Author: James Long Authored: Fri Aug 16 13:19:33 2013 -0400 Committer: Steven Gill Committed: Wed Sep 11 15:47:23 2013 -0700 ---------------------------------------------------------------------- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/6866193d/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index 94da640..9afeded 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -32,6 +32,7 @@ module.exports = function(grunt) { "test": {}, "windows8": { useWindowsLineEndings: true }, "windowsphone": { useWindowsLineEndings: true }, + "firefoxos": {} }, clean: ['pkg'], jshint: {