Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD2D2174DD for ; Fri, 17 Oct 2014 09:35:12 +0000 (UTC) Received: (qmail 79530 invoked by uid 500); 17 Oct 2014 09:35:12 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 79488 invoked by uid 500); 17 Oct 2014 09:35:12 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 79477 invoked by uid 99); 17 Oct 2014 09:35:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 09:35:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of evgeny.agafonchikov@akvelon.com designates 216.182.84.22 as permitted sender) Received: from [216.182.84.22] (HELO tdsol-srv28.akvelon.com) (216.182.84.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 09:35:05 +0000 Received: from TDSOL-SRV29.ua.akvelon.com ([fe80::2969:a740:1b58:50f0]) by tdsol-srv28 ([192.168.1.22]) with mapi id 14.03.0195.001; Fri, 17 Oct 2014 02:34:43 -0700 From: Evgeny Agafonchikov To: "dev@cordova.apache.org" Subject: CB-7816: Cordova JS doesn't build with Grunt Thread-Topic: CB-7816: Cordova JS doesn't build with Grunt Thread-Index: Ac/p7XiTgTTq4LCBRiK1HMjvY5tfEg== Date: Fri, 17 Oct 2014 09:34:43 +0000 Message-ID: <6164C7FAF759DD49AD1EBAF0ECBB6BAC5B2EAD61@tdsol-srv29.ua.akvelon.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [79.104.22.86] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Everyone, I've found an issue while building cordova-js: https://issues.apache.org/ji= ra/browse/CB-7816 As a quick fix I found that rolling back these changes fixes the issue: - "grunt": "~0.4.1", - "grunt-contrib-clean": "~0.4.1", - "grunt-contrib-jshint": "~0.6.0" + "grunt": "0.4.1", + "grunt-contrib-clean": "0.4.1", + "grunt-contrib-jshint": "0.6.0" Could you please advise me whether to create a PR to fix this or it is by d= esign and needs some deeper investigation to fix? Thanks, Evgeny --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org