mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-21 06:16:43 +00:00
updated .gitmodules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user