scala-js-binding icon indicating copy to clipboard operation
scala-js-binding copied to clipboard

Configure sbt-native packager

Open antonkulaga opened this issue 8 years ago • 0 comments

I have some weird issus with sbt-native packager. Everything should deal with fast-op.js while native-packager should open opt.js But I failed to configure it. Another problem is that to make native-packager pack sbt-web and scala-js part I have to use

(managedClasspath in Runtime) += (packageBin in Assets).value 

that creates problems in IntellijIdea. When IDEA imports an sbt the project it calls this command and if the project does not compile then idea cannot import it. IDEA developers proposed me to use fullClasspath that also works, but not in sbt-native-packager !

antonkulaga avatar Nov 25 '15 11:11 antonkulaga