From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGOpj-0001ge-SM for guix-patches@gnu.org; Thu, 01 Jun 2017 08:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGOpe-0002PC-DG for guix-patches@gnu.org; Thu, 01 Jun 2017 08:04:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45998) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dGOpe-0002P8-At for guix-patches@gnu.org; Thu, 01 Jun 2017 08:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dGOpe-0002D3-2r for guix-patches@gnu.org; Thu, 01 Jun 2017 08:04:02 -0400 Subject: bug#27132: [PATCH 6/6] gnu: Add uglify-js. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170529172131.20954-1-rekado@elephly.net> <20170529172131.20954-6-rekado@elephly.net> Date: Thu, 01 Jun 2017 14:03:46 +0200 In-Reply-To: <20170529172131.20954-6-rekado@elephly.net> (Ricardo Wurmus's message of "Mon, 29 May 2017 19:21:31 +0200") Message-ID: <878tlb29ul.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 27132@debbugs.gnu.org Ricardo Wurmus skribis: > * gnu/packages/lisp.scm (uglify-js): New variable. LGTM! This will definitely be useful for JS packaging like the things Arun was looking at. Thank you for doing this! Ludo=E2=80=99.