git ssb

0+

Grey the earthling / gkn.me.uk



Commit 3ea79cb4bef1c48a7f939d8aab318a9810384cf1

Bootstrap toolbox

Grey Nicholson committed on 10/26/2022, 12:06:56 PM
Parent: 8d54e3a747b5b727ac6fe06e0a816970617bc13d

Files changed

Makefilechanged
MakefileView
@@ -8,8 +8,11 @@
88 python -m black .
99 touch $@
1010
1111 .cache/deps: Makefile
12 + toolbox run echo || toolbox -y create
13 + toolbox run sh -c 'which npx || sudo dnf -y install npm'
14 + toolbox run sh -c 'which pip || sudo dnf -y install pip'
1215 toolbox run pip install black
1316 toolbox run pip install beautifulsoup4==4.9.3
1417 toolbox run pip install marko==1.1.0
1518 toolbox run pip install python-frontmatter==1.0.0
@@ -20,9 +23,9 @@
2023 touch $@
2124
2225 lint: .cache/lint
2326
24-.cache/lint: $(shell find static/style)
27 +.cache/lint: $(shell find static/style) .cache/deps
2528 toolbox run npx -y prettier -w static/style/tarazed.css
2629 touch $@
2730
2831 clean: .cache/clean

Built with git-ssb-web