This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
goober-ionic/Makefile

36 lines
599 B
Makefile
Raw Permalink Normal View History

2018-05-07 01:32:29 +00:00
PKG_ID = com.monkeystew.goober_m
OUT_DIR = platforms/android/app/build/outputs/apk/release
UNALIGNED = $(OUT_DIR)/app-release-unsigned.apk
ALIGNED = $(OUT_DIR)/app-release-unsigned-aligned.apk
2018-05-07 01:32:29 +00:00
APK = $(OUT_DIR)/goober.apk
KEYSTORE = ~/android-keystore.jks
lab:
ionic serve -lc
2019-05-19 15:16:33 +00:00
clean: wwwclean
2018-07-16 02:24:48 +00:00
2018-11-11 15:53:28 +00:00
wwwclean:
rm -r www
2018-07-16 02:24:48 +00:00
distclean:
rm -r node_modules platforms plugins www
init:
npm install
2019-05-19 15:16:33 +00:00
ionic cordova platform add browser
ut:
npm run ionic:build
rm www/manifest.json
cd ubuntutouch && clickable
pwa:
2018-11-11 15:53:28 +00:00
ionic build --prod
2019-05-19 15:16:33 +00:00
cp resources/*.png www/assets/icon
cp -r www ~/opt/Goober