voterunner

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

commit
774004298287abedfbb4aa7b040ab07ba26732e4
parent
977af245e2e7ed20baddc9bc5cd230eec7922aea
Author
Tobias Bengfort <tobias.bengfort@liqd.de>
Date
2016-09-15 14:59
add tests to watch

Diffstat

M bin/watch.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/bin/watch.py b/bin/watch.py

@@ -7,7 +7,7 @@ from __future__ import print_function
    7     7 
    8     8 from livereload import Server, shell
    9     9 
   10    -1 UNCOMPILED_FILES = ['static/*.js', 'static/*.css', 'README.md']
   -1    10 UNCOMPILED_FILES = ['static/*.js', 'static/*.css', 'static/test/*', 'README.md']
   11    11 JS_SRC_FILES = ['static/src/*.js']
   12    12 CSS_SRC_FILES = ['static/scss/*.scss']
   13    13