X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a1f70206652af8e039fdd37bc99c3d49eb248e2f..6e0b282242bf227d1dba35b2748b7cadb48741db:/scripts/make-tags

diff --git a/scripts/make-tags b/scripts/make-tags
index 1eba155bf..754e63598 100755
--- a/scripts/make-tags
+++ b/scripts/make-tags
@@ -7,4 +7,7 @@ if [ -n "$VIRTUAL_ENV" ]; then
   find ${VIRTUAL_ENV}/lib -name '*.py' |xargs etags -a -o ${ROOT}/TAGS
 else
     echo "No Virtual env enabled, will not add it to TAGS"
-fi
\ No newline at end of file
+fi
+
+find $ROOT/wolnelektury/static/css -name '*.css' |xargs etags -a -o ${ROOT}/TAGS
+find $ROOT/wolnelektury/static/js -name '*.js' |xargs etags -a -o ${ROOT}/TAGS