Refactor build process

This commit is contained in:
Cole Bemis
2017-05-13 11:30:06 -07:00
parent 31337f00cc
commit 873c50411f
6 changed files with 22 additions and 27 deletions

7
bin/build-zip.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# find and store current version number
version=$(grep '"version"' package.json | cut -d '"' -f4)
# compress 'icons' directory into feather-[version].zip
zip -r feather-${version}.zip ./icons/