riot / cli

Riot.js command line tool
MIT License
46 stars 9 forks source link

Doesn't seem to compile folders #56

Open MichaelSimek opened 10 months ago

MichaelSimek commented 10 months ago

Installed the latest version or riot cli and it works for individual files just fine, but when I give it a folder, it doesn't do anything and doesn't say anything.

image

GianlucaGuarini commented 10 months ago

Thank you for reporting this issue. I am not able to reproduce it on mac. The code to handle the folders files is trivial https://github.com/riot/cli/blob/main/src/index.js#L110-L114

Might it be related to glob on windows? Any help is really appreciated