Scala.js compiler is technically just a compiler plugin for regular scalac, so it shouldn't be a problem to set up IntelliJ for Scala.js with other build tools, but AFAIK, SBT contains some significant amounts of code that generates and optimizes final JS files (the compiler itself produces only intermediate .sjsir files), and these may be more problematic to port.
--
You received this message because you are subscribed to a topic in the Google Groups "Scala.js" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-js/HDa32VxRwUg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-js+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-js/614e9d18-76b0-4d7e-9604-1d457fe5eb61%40googlegroups.com.
Hi,
You can work with Scala.js without sbt using the standalone cli:
http://www.scala-js.org/downloads.html
You can find out how that works at https://github.com/scala-js/scala-js/blob/master/TESTING
Cheers,
Sébastien
--To view this discussion on the web visit https://groups.google.com/d/msgid/scala-js/CABOXiu1B%2BS0MbsjL83f6S6%3D609v4oy9M365_1LXWKP9AJ834Hg%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "Scala.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-js+u...@googlegroups.com.