MegaPhysics / megaphysics.github.io

A Physics wiki (sort of).
megaphysics.github.io
GNU General Public License v2.0
1 stars 2 forks source link

Convenience script for launching web server in build folder #32

Closed hmac closed 10 years ago

hmac commented 10 years ago

./serve to host the build folder at localhost:8000.

You might need to chmod 775 ./serve

drewsberry commented 10 years ago

This looks good, and confirmed works for me. Also, you shouldn't need to change any permissions, git sorts all that out for you.