X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f59e7c3de6bd0f85a61a4d9481db60cd7369ae92..2b69e7ea53189894ced2c6421d9c6842989d38c2:/scripts/make-tags

diff --git a/scripts/make-tags b/scripts/make-tags
index 0afb8592a..c6f81e861 100755
--- a/scripts/make-tags
+++ b/scripts/make-tags
@@ -8,3 +8,6 @@ if [ -n "$VIRTUAL_ENV" ]; then
 else
     echo "No Virtual env enabled, will not add it to TAGS"
 fi
+
+find $ROOT/apps/wolnelektury_core/static/css -name '*.css' |xargs etags -a -o ${ROOT}/TAGS
+find $ROOT/apps/wolnelektury_core/static/js -name '*.js' |xargs etags -a -o ${ROOT}/TAGS