Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 310 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 310 Bytes

soundgazing

how to do

  1. npm install -g gulp jspm
  2. npm install
  3. jspm install
  4. gulp

how to build

  1. gulp build

how to deploy

  1. gulp build
  2. git add dist
  3. git commit -m "Deploying to gh-pages"
  4. git subtree push --prefix dist origin gh-pages

or, ./gh-pages-push.sh