diff options
author | neodarz <neodarz@neodarz.net> | 2017-06-02 14:25:53 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-06-02 14:25:53 +0200 |
commit | 221883de6fc3ef008b3a277d5a3edb66eb59ec0e (patch) | |
tree | 20e2f2d031a8482cdee6c96517db0d8e3380c927 /start.sh | |
parent | 1208ac7f6083dac54e659ce8f90dbb34b20db46f (diff) | |
download | my_new_personal_website-221883de6fc3ef008b3a277d5a3edb66eb59ec0e.tar.xz my_new_personal_website-221883de6fc3ef008b3a277d5a3edb66eb59ec0e.zip |
Update start script for compile scss theme file
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/sh git pull +sass source/css/theme.scss source/css/out.css python3 pyblog regen python3 pyblog p |