Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 383 Bytes

footwork-website

Website for FootworkJS

Common Commands

  • Watch and build on changes

    bundle exec jekyll build --watch
  • Build Site and Zip for upload

    # Run this from the root of the project
    rm -f footwork-website.tar.gz && bundle exec jekyll build && tar czf footwork-website.tar.gz --transform "s,^,footwork-website/,"  -C ./_site ./