diff options
Diffstat (limited to 'docs/modd.conf')
-rw-r--r-- | docs/modd.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/modd.conf b/docs/modd.conf index 0e8f0dce..ddadc11a 100644 --- a/docs/modd.conf +++ b/docs/modd.conf @@ -1,6 +1,8 @@ -@build = ./_build +{ + daemon: cd src; hugo server -D +} -** !_build/** ../mitmproxy/**/*.py { - prep: sphinx-build -W -d @build/doctrees -b html . @build/html - daemon: devd -m @build/html +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 } |