Hi,

javascript package are often browserified or webpacked.

Webpack or browserify takes modules with dependencies and generates
static assets representing those modules.

In fact it is a static linking of dependency in one js files.

So the problem is:
- every time a module change on the depends we must repack.
- If I read correctly policy we must use Built-Using field.

So I think we must create a dh_tools for this uses.

Bastien
.

-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to