Skip to content

Commit

Permalink
add visko_site build script
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed May 12, 2021
1 parent 8c30ac6 commit 9f8ce00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

find . -name "*.pyc" -exec rm -rf {} \;
find . -name "*.py~" -exec rm -rf {} \;
find . -name "__pycache__" -exec rm -rf {} \;


tar -zcvf dist/visko_site.tar.gz visko_site manage.py

0 comments on commit 9f8ce00

Please sign in to comment.