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
Refactor/rename favicon.html to head-content.html.
This file can be used to contain any content to be inserted into the <head> element of the dist/index.html output rather than having to extend the tweego build command for multiple html snippets.
Refactored package.json tweego build scripts
Added --head=src/modules/head-content.html to tweego build scripts
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
Refactor/rename favicon.html to head-content.html.
<head>
element of thedist/index.html
output rather than having to extend the tweego build command for multiple html snippets.Refactored package.json tweego build scripts
--head=src/modules/head-content.html
to tweego build scripts