kswoll / WootzJs

C# to Javascript Compiler implemented via Roslyn
MIT License
110 stars 21 forks source link

Making compiler more robust to path formats #35

Open raysplaceinspace opened 8 years ago

raysplaceinspace commented 8 years ago

This was just a fix to make the compiler less sensitive to whether you input a folder with or without a trailing/leading slash. I fixed this because I ran into this as a problem when trying to get WootzJs to work.