X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..b4cd46f33295449dbde35e87d759bc01b2473afa:/scripts/make-tags diff --git a/scripts/make-tags b/scripts/make-tags index 1eba155bf..c6f81e861 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/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