[Pkg-javascript-devel] how to build jsondiffpatch?

Andrew Kelley superjoe30 at gmail.com
Mon Sep 15 18:19:16 UTC 2014


I am working on packaging jsondiffpatch:
https://github.com/benjamine/jsondiffpatch

This would be:

Source package: jsondiffpatch.js
Node package: node-jsondiffpatch
libjs package: libjs-jsondiffpatch

Node package part is done. The hard part is the libjs package. The
repository ships with build/* containing generated files. So I have
excluded those in a dfsg tarball.

However now we must build those files ourselves. The way it is done is with
gulp:

build: node_modules
@./node_modules/.bin/gulp build

gulp is not in debian and it would take a lot of work to get it there:

http://paste.ubuntu.com/8352160/

Additionally, all the gulp stuff is apparently calling browserify, so that
build-dependency is dragged in too! x.x

What can we do?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/attachments/20140915/0646825a/attachment.html>


More information about the Pkg-javascript-devel mailing list