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

Fixed single outFile generation (#1) #42

Closed DomBlack closed 8 years ago

DomBlack commented 8 years ago
BrandonArp commented 8 years ago

Looks pretty good. Could you add a test or two to demonstrate the functionality?

wassertim commented 8 years ago

👍 for tests

DomBlack commented 8 years ago

@BrandonArp Is this ok to get pulled now or would you like some other changes?

BrandonArp commented 8 years ago

Thanks @DomBlack. I'll get this released right away.

BrandonArp commented 8 years ago

Yep. Sorry, I lost track of this after you replied. I think some refactoring is in order. I'm not particularly happy with the flow of the compiler, but that shouldn't block this PR.