emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35923: closed (Minification of Javascript for r-sh


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35923: closed (Minification of Javascript for r-shiny fails)
Date: Mon, 27 May 2019 20:13:02 +0000

Your message dated Mon, 27 May 2019 22:11:03 +0200
with message-id <address@hidden>
and subject line Re: bug#35923: Minification of Javascript for r-shiny fails
has caused the debbugs.gnu.org bug report #35923,
regarding Minification of Javascript for r-shiny fails
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35923: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35923
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Minification of Javascript for r-shiny fails Date: Mon, 27 May 2019 12:24:22 +0200
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#35923: Minification of Javascript for r-shiny fails Date: Mon, 27 May 2019 22:11:03 +0200 User-agent: mu4e 1.2.0; emacs 26.2
Hi Roel,

> 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

Oh.  This is now fixed with commit 8916034a34.
Problem was that uglify-js wasn’t available during minification.  It
would have been nicer had the build phase failed.

-- 
Ricardo



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]