{
    daemon: cd src; hugo server -D
}

style/** {
    # This is quite fast, so it can stay a prep rather than a daemon
    prep:  ./node_modules/.bin/node-sass -o ./src/themes/mitmproxydocs/static/css ./style/style.scss --error-bell
}