fs / static-base

A starter kit to help you develop static sites (or prototypes) faster. Middleman, Slim, Sass, CoffeeScript, Autoprefixer and Livereload.
http://www.flatstack.com/open-source/
4 stars 2 forks source link

Improve readme file #60

Open afarriaga opened 9 years ago

afarriaga commented 9 years ago

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.

timurvafin commented 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

afarriaga commented 9 years ago

Thanks for the reply.