voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
4773adbdfa16c0e4b72e7afc4260618d6866540a
parent
1b4ae32aacf3a3ad59a3d76e612ca93df8813bab
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-10-16 13:53
use sassc

Diffstat

M Makefile 2 +-
M README.md 7 +++----

2 files changed, 4 insertions, 5 deletions


diff --git a/Makefile b/Makefile

@@ -4,7 +4,7 @@ static/voterunner.js: static/src/voterunner.js
    4     4 	browserify $< -o $@
    5     5 
    6     6 static/style.css: static/scss/*.scss
    7    -1 	node-sass static/scss/style.scss > $@
   -1     7 	sassc static/scss/style.scss $@
    8     8 
    9     9 clean:
   10    10 	rm static/voterunner.js static/style.css

diff --git a/README.md b/README.md

@@ -91,10 +91,9 @@ Development
   91    91 -----------
   92    92 
   93    93 The repository contains all necessary compiled files. If you want to edit the
   94    -1 code yourself you will need to install
   95    -1 [node-sass](https://www.npmjs.com/package/node-sass) and
   96    -1 [browserify](https://www.npmjs.com/package/browserify). Once these requirements
   97    -1 are met, you can simply run `make`.
   -1    94 code yourself you will need to install [sassc](https://github.com/sass/sassc)
   -1    95 and [browserify](https://www.npmjs.com/package/browserify). Once these
   -1    96 requirements are met, you can simply run `make`.
   98    97 
   99    98 
  100    99 API