Much the same as compile however build takes and outputs files.
Compile the given asset source with duo and optionally minify/uglify the output.
Build a css or js asset based on the given string. This exposes the core functionality of the duo frontend package manager and as such, may pull in additional assets such as fonts or images, which should be placed in a directory for static file serving, the default, as with vibe.d is public/.
Compress assets via uglifying (aka minifying) them with yuglify. This takes in javascript or css and can output code with the same functionality at a fraction of the size.
This module implements the compilation functionality. Provides commands to compile and minify assets from their source with duod.