Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix packaging of built subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Jan 25, 2018
1 parent f673070 commit d0e668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git archive --format=zip --output="${zip}" "HEAD:${dir}"

# add in built js + html
(cd src; zip "../${zip}" js-built/*.js)
(cd src; zip "../${zip}" html/*)
(cd src; zip -r "../${zip}" html)

if [[ "$1" == '--just-zip' ]]; then
echo "Wrote ${zip}"
Expand Down

0 comments on commit d0e668a

Please sign in to comment.