Created
December 21, 2016 12:19
-
-
Save aliafshar/c406cf3ebd3e45fc5dbbabe13cee3818 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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