xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
a70496617eb5b78952ea8f9d63461a1fcd5614c3
parent
1096d69d4aa54f47acd2a4ce254f7d731bc9a7be
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-08-12 09:49
use npx for browserify

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -4,7 +4,7 @@ content/style.css: src/scss/style.scss src/scss/*.scss src/scss/components/*.scs
    4     4 	sassc $< $@
    5     5 
    6     6 content/main.js: src/js/main.js src/js/*.js node_modules
    7    -1 	browserify $< -o $@
   -1     7 	npx browserify $< -o $@
    8     8 
    9     9 content/material-icons.svg: scripts/get-material-icons.sh
   10    10 	$< > $@