Commit 1a9933da authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Remove unneccessary files

parent 58e430a5
......@@ -30,4 +30,9 @@ all:
install -v -m755 -d /srv/frappe -o frappe -g frappe
cd /srv/frappe && sudo -u frappe -H HOME=$(CURDIR)/frappe-home bench init --frappe-branch version-14 bench
find / -name *.pyc -exec rm -f '{}' ';'
find / -name *.js.map -exec rm -f '{}' ';'
find / -name *.css.map -exec rm -f '{}' ';'
find / -depth -name __pycache__ -type d -exec rm -rf '{}' ';'
rm -rf frappe-home
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment