i cannot directly reroute the stasis ouput to the root directory of the project (because it deletes everything), but my files have to be there to work with github pages.
i use a bash script as a workaround like this: https://github.com/hacktable/hacktable.github.com/blob/master/source/build.sh
Is there a way to do this in the controller.rb?
recently i saw guard adopting the bundler thing and doing all configuration through a Guardfile. I think this is a great pattern in general, and having a Stasisfile would also be more descriptive than controller.rb.