Skip to content

Commit

Permalink
Fixed build_bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
benrady committed Dec 18, 2015
1 parent 019fcd4 commit 5f42e89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sspa
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@ function build_bundle() {
mkdir -p dist
cp -r node_modules dist/
cp -r lib/* dist/
zip -r archive.zip dist/*
cd dist
zip -r archive.zip *
mv archive.zip ..
cd ..
rm -rf dist
popd
}
Expand Down

0 comments on commit 5f42e89

Please sign in to comment.