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

2018-05-23 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 +++

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

2018-05-10 Thread Paolo Greppi
Il 10/05/2018 23:45, Andreas Tille ha scritto: >>> [1] >>> https://salsa.debian.org/r-pkg-team/r-cran-jsonld/blob/master/debian/JS/get-jsonld.min >>> >> >> Hi, I'm an upstream developer for jsonld.js and the one to blame for >> the webpack config. ;-) > > Thanks a lot for stepping in here. > >>

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

2018-05-10 Thread Andreas Tille
Hi David, On Thu, May 10, 2018 at 02:42:29PM -0400, David I. Lehn wrote: > On Wed, May 9, 2018 at 5:35 AM, Andreas Tille wrote: > > 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

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

2018-05-10 Thread David I. Lehn
On Wed, May 9, 2018 at 5:35 AM, Andreas Tille wrote: > 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 >

Re: [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

Re: [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