xi-conversations

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

commit
0f951a63501fc153db8c3aecd5551ee346b93272
parent
db33586d6b8dcb861632948d831a29a3dac2b96f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-09-28 08:42
use nox sass instead of sassc

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -1,7 +1,7 @@
    1     1 all: content/style.css content/main.js content/material-icons.svg
    2     2 
    3     3 content/style.css: src/scss/style.scss src/scss/*.scss src/scss/components/*.scss
    4    -1 	sassc $< $@
   -1     4 	npx sass $< $@
    5     5 
    6     6 content/main.js: src/js/main.js src/js/*.js node_modules
    7     7 	npx browserify $< -o $@