From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: NPM importer Date: Fri, 30 Nov 2018 04:17:28 +0100 Message-ID: <87d0qn2r07.fsf@elephly.net> References: <70F182DB-C157-4763-A4C6-89985545661C@lepiller.eu> <0e5afb2d-c182-6be4-ba2d-6a6f7dd45ac9@riseup.net> <1150DF84-4952-4401-A8D0-3E05A4D0EB74@lepiller.eu> <23f36a0d-a5ef-5457-1d8e-61fbebda91c4@riseup.net> <87zhu3b41w.fsf@gnu.org> <87va4qxf8e.fsf@posteo.net> <62a1a976-ed2f-a68d-0aa8-d6fb6bd46c14@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSaym-0007Uu-4f for guix-devel@gnu.org; Fri, 30 Nov 2018 00:04:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSayk-00069J-C3 for guix-devel@gnu.org; Fri, 30 Nov 2018 00:04:39 -0500 Received: from sender-of-o52.zoho.com ([135.84.80.217]:21476) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gSayk-00067t-3r for guix-devel@gnu.org; Fri, 30 Nov 2018 00:04:38 -0500 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: swedebugia Cc: guix-devel@gnu.org swedebugia writes: > uglify-js is a minifier used in a lot of projects and the only one > needed for this specific project. > > For packages like this we could probably patch the package to skip the > minifying step and let the user choose which minifier (if any) to use. > > In this particular case the minifier compacts the code from 57KB -> 17.6KB. We already have a JS uglifier package (written in Common Lisp), so this should be doable. -- Ricardo