Is your feature request related to a problem? Please describe.
One of our deliverables is a single web form.
Describe the solution you'd like
We can probably write a short Go script to find and replace <link> and <script> tags with their corresponding file contents.
Describe alternatives you've considered
There may be a package that does this. Webpack might do the same thing but is very bulky and we do not currently use Node in our stack. It may make sense if we gain significant Javascript files but for now I would prefer to avoid adding it.
Is your feature request related to a problem? Please describe. One of our deliverables is a single web form.
Describe the solution you'd like We can probably write a short Go script to find and replace
<link>
and<script>
tags with their corresponding file contents.Describe alternatives you've considered There may be a package that does this. Webpack might do the same thing but is very bulky and we do not currently use Node in our stack. It may make sense if we gain significant Javascript files but for now I would prefer to avoid adding it.
Additional context These guys do something similar with Python and beautiful soup: https://stackoverflow.com/questions/44646481/merging-js-css-html-into-single-html