sveltejs / svelte-cli

Command line interface for Svelte
MIT License
105 stars 18 forks source link

Files compiled to .html when compiling directory #9

Closed jacobmischka closed 7 years ago

jacobmischka commented 7 years ago

Looks like the extension isn't being changed to js when compiling from a directory.

$ svelte compile -i _svelte_components -o _js/components 
compiling _svelte_components/PersonDetails.html...
wrote _js/components/PersonDetails.html
Done in 0.12s.
Rich-Harris commented 7 years ago

Released 1.0.3 with the fix – thanks