fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Some images have no responsive thumbs.
[wolnelektury.git]
/
scripts
/
make-tags
diff --git
a/scripts/make-tags
b/scripts/make-tags
index
0afb859
..
b19c806
100755
(executable)
--- 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/src/wolnelektury/static/css -name '*.css' |xargs etags -a -o ${ROOT}/TAGS
+find $ROOT/src/wolnelektury/static/js -name '*.js' |xargs etags -a -o ${ROOT}/TAGS