Skip to content

Commit

Permalink
Don't bundle EfficientNet model
Browse files Browse the repository at this point in the history
download from github on demand
  • Loading branch information
marcelklehr committed Aug 17, 2021
1 parent 2ad38eb commit 2eb2e31
Show file tree
Hide file tree
Showing 4 changed files with 1,521 additions and 1,496 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ clean-dev:
rm -rf node_modules

appstore:
rm -rf node_modules
npm install --omit dev
mkdir -p $(sign_dir)
rsync -a \
--include=/vendor \
Expand All @@ -90,7 +92,6 @@ appstore:
--include=/package.json \
--include=/package-lock.json \
--include=/src \
--include=/model \
--include=/js \
--include=/lib \
--include=/img \
Expand Down
Loading

0 comments on commit 2eb2e31

Please sign in to comment.