From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#35923: Minification of Javascript for r-shiny fails Date: Mon, 27 May 2019 22:11:03 +0200 Message-ID: <878sur1wvc.fsf@elephly.net> References: <1558952662.17992.7.camel@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVLzT-0005yX-LN for bug-guix@gnu.org; Mon, 27 May 2019 16:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVLzS-0002eo-Oj for bug-guix@gnu.org; Mon, 27 May 2019 16:13:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40693) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVLzS-0002eB-FK for bug-guix@gnu.org; Mon, 27 May 2019 16:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVLzS-0000EH-95 for bug-guix@gnu.org; Mon, 27 May 2019 16:13:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <1558952662.17992.7.camel@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Roel Janssen Cc: 35923-done@debbugs.gnu.org Hi Roel, > It seems that the r-shiny package is not functioning correctly due to emp= ty minified Javascript > files. > > This is empty: > $ ls -lh ./site-library/shiny/www/shared/shiny.min.js > -r--r--r-- 6658 root root 0 Jan 1 1970 ./site-library/shiny/www/shared/= shiny.min.js Oh. This is now fixed with commit 8916034a34. Problem was that uglify-js wasn=E2=80=99t available during minification. It would have been nicer had the build phase failed. --=20 Ricardo