Closed benoit-ponsero closed 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 ?
@wassertim told me, that this is a known issue. Would be a very useful feature though
Guys, this is now in master you can checkout and give it a try
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 ?