1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

updated .gitmodules

This commit is contained in:
Steven Hugg
2017-04-08 20:43:46 -04:00
parent ce4cb791db
commit 0b9da464cd
4 changed files with 40 additions and 28 deletions
+12
View File
@@ -0,0 +1,12 @@
check:
closure-compiler src/*.js src/cpu/*.js src/platform/*.js > /dev/null
lint:
gjslint -r src
archive:
mkdir -p release
git-archive-all --prefix 8bitworkshop-1.1/ release/8bitworkshop-1.1.tgz
#git archive --output release/8bitworkshop-1.1.tgz --prefix 8bitworkshop-1.1/ 1.1