How do you minify or obfuscate your Javascript files, if you build your Scala projects with Simple Build Tool (SBT) 0.10.x?
I\'m using sbt 0.11 and Scala 2.9.1 (which appears to evaluate REPL lines in the same thread).In my build.sbt I have:
I am learning to do web development in Scala. currently trying to install the newest version of Scala/lift with sbt 0.11 in MAC OSX. I so far have already done the following:
While trying out the Scala bindings for Redis, I followed the instructions in the README file (clone the repo, cd into it, type sbt) and I got this:
I just followed the steps at Build Scala Android apps using Scala and when I ran sbt inside the project folder I got the following unresolved dependency error:
I would like to ask if any of you have any experience {and,or} could point me to a project management extension for Emacs that works well with {Scala,Ensime,SBT}. It would also be amazing if it didn\'
Firstly my unmanaged source is not in the standard structure. It is: 开发者_JAVA百科src/com/domain/...
I\'d like to have SBT create a file and write the project\'s runtime full classpath (scala, managed and unmanaged libs, project classes) for a particular stage (in this case, only for compile).
I\'m trying to make single executable *.jar via proguard plugin for sbt 10.*. All seems to be okay, except that sbt-proguard doesn\'t include java jars (in my case mysql-connector-java-5.1.10.jar) ca
I want to define a task, that invokes compile and packageBin tasks, and then does its stuff. How do I do that? Currently this only does the second part and skips on compile & packageBin tasks.