Grunt plugin to create a Debian package, allowing JavaScript applications to be easily integrated into a Debian or Ubuntu based continuous delivery pipeline.
Excellent module you got here! Saved me a lot of trouble and really nice to not require a separate Makefile for building a deb package for our application.
I was wondering if there is any mechanism to specify dependencies for the built deb? I'd like to have the built debian depend on a specific version of node.js. The ability to freeform provide a list of dependencies (i.e.: nodejs (>= 0.10.30)) would be perfect. If not I'd be happy to add something like that.
Hello,
Excellent module you got here! Saved me a lot of trouble and really nice to not require a separate Makefile for building a deb package for our application.
I was wondering if there is any mechanism to specify dependencies for the built deb? I'd like to have the built debian depend on a specific version of node.js. The ability to freeform provide a list of dependencies (i.e.: nodejs (>= 0.10.30)) would be perfect. If not I'd be happy to add something like that.