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

How to use with webjars ? #31

Closed benoit-ponsero closed 8 years ago

benoit-ponsero commented 8 years ago

Hello,

I am trying to test this plugin with angular2 webjar dependency but the typescript compiler never found lib files.

Perhaps there is missing some paths like they have in sbt-less plugin :

"paths" -> JsArray( (sourceDirectories.value ++ resourceDirectories.value ++ webModuleDirectories.value ++ nodeModuleDirectories.value) .map(f => JsString(f.getAbsolutePath)).toVector )

any ideas ?

jvanbruegge commented 8 years ago

@wassertim told me, that this is a known issue. Would be a very useful feature though

wassertim commented 8 years ago

Guys, this is now in master you can checkout and give it a try