lihaoyi / scala-js-fiddle

Source code for Scala.jsFiddle
www.scala-js-fiddle.com
85 stars 62 forks source link

Auto-detect JARs in classpath. #19

Closed nightscape closed 8 years ago

nightscape commented 9 years ago

This PR removes the hard-coding of jar paths and detects them from the classpath. As a further step I would like to allow dynamically downloading and loading JARs from Maven/Ivy (hopefully with some magic from Ammonite :+1:).