Open afarriaga opened 9 years ago
@afarriaga thank for addressing this issues.
Looks like this issue related to the middleman it self. Actually all executables in bin
have +x
permission.
But after generating new site using middleman init
that bit was dropped.
The simple workaround is to clone repository as is git clone git@github.com:fs/static-base.git
Thanks for the reply.
Thank you for making this template. However, some issues when trying out this:
The git command did not work at first, the clone should go before --depth argument. The bin/setup, bin/server and bin/middleman needed special permissions, had to use chmod +x
Would appreciate more detail instructions.