aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-01 17:00:09 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-01 17:00:09 +0100
commit511786f9ad75bd20157f3cbff1b17e48ac9734f5 (patch)
tree00521a0b13410a37632e4d8b0e1e51097f4b2a3a /Makefile
parentb8cb50d3983e4087fa54c2295cf8066c8d27b4a5 (diff)
Logo and new navbar and new detail design
- logo in place - new navbar - removed Joanna Lemon, etc - tidying up the detail page, using cards and nicer titles - better detail panel at the top of the page with a table in it
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2b27e3..300a5f4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ all: build run migrate collectstatic
start: build run migrate collectstatic
+sass:
+ sass --no-source-map ~/code/python/pyblackbird_cc/pyblackbird_cc/static/scss/custom.scss ~/code/python/pyblackbird_cc/pyblackbird_cc/static/css/custom.css
+
sync-env:
scp .env-prod substracker-web:code/pyblackbird_cc/.env