I'm new to Ubuntu developpement and searching for information regarding building apps through launchpad (using recipes).
I have a project of building a Qt5/c++ webkit app and wanted to ask: how to use external tools in the build process? Let's say I wanted to use grunt to concatenate and minify js and css files prior of building the app. How to proceed?
Thank you.