kaworu/octostrap3

Liquid Exception on fresh installed Octopress

ThiagoMiranda opened this issue · 5 comments

Hi.. I'm trying to use the octostrap3 by creating a new Octopress project and adding your theme following your instructions.
When I type rake generate it throws an error:
Liquid Exception: Included file '_includes/customizer-variables.html' not found in assets/bootstrap/docs/customize.html

Do you have any idea of whats going on? Thanks

A temporary workaround for me was to remove the docs directory from the theme, (and from the source/assets/bootstrap directory after installing the theme)

I was also having issues with the docs showing up in my generated sitemap, this also resolves that as well.

Just removing the docs/ directory from the sources/asssets/boostrap solved this. Thanks!

If many people experience this issue then it should be adressed either by fixing or documenting it. My main intent was to include the whole bootstrap archive but I guess it could use the "dist" version instead if the doc stuff cause this issue. Can someone make a pull request for this ?

I had the same problem and removing the docs directory "fixed" the problem.
rm -rf source/assets/bootstrap/docs/

@jduprey thank you I'll fix this issue while upgrading to bootstrap 3.2.0