summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 077d609..b4fc8f8 100755
--- a/build.sh
+++ b/build.sh
@@ -30,6 +30,7 @@ transform-li-dropdown-current-a ()
}
transforms=()
+postprocess=true
. ${parameters}
sed -i s/'{TITLE}'/"${title}"/ ${output}
@@ -48,3 +49,5 @@ do
done
sed -i -e /'{MAIN}'/"r ${input}" -e /'{MAIN}'/'c\' ${output}
+
+${postprocess} ${output}