Le site web bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/bebou
Log | Files | Refs |
commit 244633afee39539758435a60bf7aa736c7ddeef7 parent 8a93a16d677e41df5935f73b5c577b40149a6ae9 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Tue, 30 Apr 2024 16:14:15 +0200 On minifie Diffstat:
M | makefile | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/makefile b/makefile @@ -23,6 +23,10 @@ stop : public/%.html : contents/%.sh page faq layouts/html mkdir -p $(shell dirname $@); $< > $@ +public/style.css : contents/style.css + @mkdir -p $(shell dirname $@) + < $< minify --type css > $@ + public/% : contents/% mkdir -p $(shell dirname $@); cp $< $@