You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 aStasisfile
would also be more descriptive thancontroller.rb
.The text was updated successfully, but these errors were encountered: