Bug#898224: [Pkg-javascript-devel] Problems to recreate minimized JS in r-cran-jsonld

2018-05-10 Thread Pirate Praveen
On Thu, May 10, 2018 at 2:31 PM, Andreas Tille wrote: > jsonld.js does not work. The file size of this uncompressed file is way > smaller than the minimazion result and doese not work together with the > R code. Thus I really need to undergo the process to create

Bug#898224: [Pkg-javascript-devel] Problems to recreate minimized JS in r-cran-jsonld

2018-05-10 Thread Andreas Tille
Hi, On Thu, May 10, 2018 at 01:31:56PM +0500, Pirate Praveen wrote: > > You'll need to update webpack.config.js with system path for it to find apt > installed modules. I naively tried diff --git a/webpack.config.js b/webpack.config.js index 7ce5c6e..87f7559 100644 --- a/webpack.config.js +++

Bug#898224: [Pkg-javascript-devel] Problems to recreate minimized JS in r-cran-jsonld

2018-05-10 Thread Pirate Praveen
On Wed, May 9, 2018 at 3:05 PM, Andreas Tille wrote: Hi, I was stumbling upon an issue with some minimized JS in the package r-cran-jsonld (ITPed in #898224). I tried to recreate jsonld.min.js and have written a script[1] which calls webpack in a clone of the Github