chiark / gitweb /
css: batch file to postprocess all CSS files.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 4 Dec 2017 11:14:09 +0000 (12:14 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 Dec 2017 01:23:41 +0000 (02:23 +0100)
css/postprocess.sh [new file with mode: 0755]

diff --git a/css/postprocess.sh b/css/postprocess.sh
new file mode 100755 (executable)
index 0000000..8fc3947
--- /dev/null
@@ -0,0 +1,7 @@
+./postprocess.py m-dark.css
+./postprocess.py m-dark.css m-doxygen.css -o m-dark+doxygen.compiled.css
+./postprocess.py m-dark.css m-doxygen.css --no-import -o m-dark.doxygen.compiled.css
+
+./postprocess.py m-light.css
+./postprocess.py m-light.css m-doxygen.css -o m-light+doxygen.compiled.css
+./postprocess.py m-light.css m-doxygen.css --no-import -o m-light.doxygen.compiled.css