Hi Andreas, to know how upstream builds it, look at package.json in scripts.build key
It says: NODE_ENV=production webpack --display-chunks && rm -rf dist/*.juniper.min.js" so you'll need webpack. You'd then proceed to webpack.config.js to see what plugins/tools it will pull See: https://wiki.debian.org/Javascript/Nodejs?highlight=%28webpack%29 P. Il 11/12/18 21:10, Andreas Tille ha scritto: > Hi, > > I injected a packaging skeleton for juniper[1] since I need it for some > dependency. Unfortunately I have no idea how to trigger the build in > d/rules. Any hint how to do this properly? > > Thanks a lot for your patience about my beginners question > > Andreas. > > [1] https://salsa.debian.org/js-team/juniper -- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
