ChapelR / tweego-setup

A Tweego project boilerplate.
The Unlicense
63 stars 22 forks source link

HTML head content not being inserted #9

Closed cliffhall closed 5 years ago

cliffhall commented 5 years ago

This fixes issue #8

Summary

The current -o src/modules/ option on the tweego build scripts does not add any html content to the output file. The tweego docs indicate this is only used for adding the appropriate tags for css, js, and various fonts to the head tag. --head is required for adding as-is HTML snippets.

Details