From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: bug#35923: Minification of Javascript for r-shiny fails Date: Mon, 27 May 2019 12:24:22 +0200 Message-ID: <1558952662.17992.7.camel@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVCoS-0005Cc-Dh for bug-guix@gnu.org; Mon, 27 May 2019 06:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVCoR-0003a7-EL for bug-guix@gnu.org; Mon, 27 May 2019 06:25:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39206) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVCoQ-0003Zq-Pp for bug-guix@gnu.org; Mon, 27 May 2019 06:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVCoQ-0002dY-K1 for bug-guix@gnu.org; Mon, 27 May 2019 06:25:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:51869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVCnq-0005BS-Qx for bug-guix@gnu.org; Mon, 27 May 2019 06:24:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVCnq-0002l8-Pi for bug-guix@gnu.org; Mon, 27 May 2019 06:24:26 -0400 Received: from [143.121.198.235] (port=55016 helo=cog147) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1hVCno-0005es-Nl for bug-guix@gnu.org; Mon, 27 May 2019 06:24:26 -0400 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: 35923@debbugs.gnu.org Dear guix, It seems that the r-shiny package is not functioning correctly due to empty 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 While its unminified equivalent is definitely not empty: $ ls -lh ./site-library/shiny/www/shared/shiny.js -r--r--r-- 3 root root 229K Jan  1  1970 ./site-library/shiny/www/shared/shiny.js Symlinking the unminified files to the minified files solves the problem.  But for production use I'd like to get the minification to work. Is it a trivial thing to fix for someone more familiar with the minify-build-system? Kind regards, Roel Janssen