Hi, On Sat, Feb 13, 2016 at 05:54:53PM -0400, David Prévot wrote: > Package: libjs-es6-shim
> As upstream provides map files, would you please also do > so in the package, so I can get rid of the embedded code copy? It’s easy > to do it with uglifyjs (you’ll need to build-depend on node-source-map): > > https://sources.debian.net/src/owncloud-news/7.1.1%2Bdfsg-1/debian/rules/#L30 Since this link won’t last forever, here is another one: http://anonscm.debian.org/cgit/pkg-owncloud/owncloud-news.git/tree/debian/rules?h=debian/7.1.1%2bdfsg-1#n30 as well as a plain text copy: # Minify JavaScript files […] uglifyjs --source-map \ $(CURDIR)/build/es6-shim.map \ --output \ $(CURDIR)/build/es6-shim.min.js \ $(CURDIR)/js/vendor/es6-shim/es6-shim.js Regards David
signature.asc
Description: PGP signature
_______________________________________________ Pkg-javascript-devel mailing list Pkg-javascript-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel