Skip to content

Instantly share code, notes, and snippets.

@aliafshar
Created December 21, 2016 12:19
Show Gist options
  • Select an option

  • Save aliafshar/c406cf3ebd3e45fc5dbbabe13cee3818 to your computer and use it in GitHub Desktop.

Select an option

Save aliafshar/c406cf3ebd3e45fc5dbbabe13cee3818 to your computer and use it in GitHub Desktop.
dev:
make serve &
watch -n 1 make build doc
doc: init
esdoc -c etc/esdoc_conf.json
build: init
rollup -c etc/rollup_conf.js
cp dist/yip.js docs/demo/
init:
mkdir -p docs dist
deploy:
cp etc/firebase_conf.json firebase.json
firebase deploy
rm firebase.json
serve:
127 docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment