ArpNetworking / sbt-typescript

A plugin for SBT that uses sbt-web to compile typescript resources.
Apache License 2.0
60 stars 26 forks source link

Add back path-normalization #72

Closed Mat2095 closed 4 years ago

Mat2095 commented 4 years ago

Path-normalization is needed on windows because inputOutputFilesMap and sourceFile.fileName have different slashes (forward vs backward). Got removed in 9de85e0829936199cc5e4a372250e7c625e54452 Fixes #71

BrandonArp commented 4 years ago

I'll cut a release after getting this merged.