Skip to content

Commit

Permalink
Trim down etags rule in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Aug 18, 2020
1 parent 6be5b3b commit 2e060a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ run-dev: $(VENV)

# (re)generate emacs TAGS file
etags:
find hxl_proxy tests -name '*.py' -o -name '*.csv' -o -name '*.html' -o -name '*.js' | xargs etags
find hxl_proxy tests -name '*.py' -o -name '*.csv' -o -name '*.html' -o -name '*.js'| grep -v static/jquery | grep -v static/bootstrap | grep -v static/compat | xargs etags

# restart the web app by touching the WSGI file (depends on the platform)
restart:
Expand Down

0 comments on commit 2e060a5

Please sign in to comment.