Skip to content
Chris edited this page Mar 24, 2016 · 1 revision

We use Jekyll only to generate the HTML files.

We explicitly don't want it to copy any assets to the build folder. Assets are handled by specific gulp tasks.

Jekyll overrides the whole build folder (_site). That's why we always start it first in the build process!

Clone this wiki locally