Skip to content

Commit

Permalink
Added bundle generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Feb 14, 2023
1 parent bd80017 commit b80b09d
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
93 changes: 93 additions & 0 deletions app.bundle

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions bundle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
mkdir -p .bundle

cd .bundle
cp -a ../controllers/ controllers
cp -a ../definitions/ definitions
cp -a ../plugins/ plugins
cp -a ../public/ public
cp -a ../resources/ resources
cp -a ../schemas/ schemas
cp -a ../views/ views

# cd ..
total4 --bundle app.bundle
cp app.bundle ../app.bundle

cd ..
rm -rf .bundle
echo "DONE"

0 comments on commit b80b09d

Please sign in to comment.