Skip to content

Commit

Permalink
added build file
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Mar 20, 2017
1 parent d2e4e79 commit c65a686
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
universaleditbutton.zip
7 changes: 7 additions & 0 deletions build.sh
@@ -0,0 +1,7 @@
#!/bin/sh

if [ -f universaleditbutton.zip ]; then
rm -f universaleditbutton.zip
fi

zip universaleditbutton.zip *.js manifest.json README.md skin skin/*.png

0 comments on commit c65a686

Please sign in to comment.