Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 467 Bytes

BUILDING.MD

File metadata and controls

25 lines (16 loc) · 467 Bytes

Building Meatspace

This little "workflow" will install a git pre-commit hook, and if a commit occurs it will run the build script.

Installing

To add the pre-commit hook, just run

grunt

Using it

After every single commit, now the build script will run, and regenerate the index.html. But you have to push that to github too!

TODO

Maybe adding a grunt job to commit&push the index.html as well? :)