add makefile (ez bundling)
This commit is contained in:
parent
2e5ddc8dc4
commit
d112d7ae63
2 changed files with 4 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
**/.DS_Store
|
||||
docker-compose.yml
|
||||
.vscode/
|
||||
.DS_Store
|
||||
*.tar.gz
|
||||
|
|
2
Makefile
Normal file
2
Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
bundle:
|
||||
tar czf ./blisstown-web.tar.gz -C public .
|
Loading…
Add table
Add a link
Reference in a new issue