html extension into a single output file using the cli like this:riot --ext html (seems to have worked)
riot components dist/all.js ('components' is a folder with files that have the .html ext, there are other files in there but they don't have the html extension)
There is no output. No errors or warnings, nothing. If I use the tag extension it works. I want to use use the --ext option.
Can you reproduce the issue?
Yes
On which browser/OS does the issue appear?
N/A
Which version of Riot does it affect?
I'm on Riot 3.10.1, riot-cli 4.0.1, and riot-compiler 3.5.1
How would you tag this issue?
have you tried using riot --ext html components dist/all.js?
@GianlucaGuarini thanks! Should of been obvious but I was up late ;)
thank you too. I will close this issue
Most helpful comment
have you tried using
riot --ext html components dist/all.js?