[Pkg-javascript-devel] Bug#933194: Automate build commands from package.json gradually, one build tool at a time

2019-07-28 Thread Xavier
Hello, I'll start doing this when pkg-js-tools 0.8.* will be in unstable to be able to do some test in experimental Cheers, Xavier -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#933194: Automate build commands from package.json gradually, one build tool at a time

2019-07-27 Thread Pirate Praveen
Package: pkg-js-tools Version: 0.8.2-1 Severity: wishlist I think we should parse package.json#scripts#build automatically and run build commands that we understand. Start with babel, In node-uglifyjs-webpack-plugin has, babel src -d dist --ignore 'src/**/*.test.js' --copy-files We can skip