toddobryan / schoolbox

Everything a school needs in one easy package. (Eventually.)
0 stars 0 forks source link

figure out how to run nucleus:enhance automatically when you compile #40

Open toddobryan opened 10 years ago

toddobryan commented 10 years ago

and figure out how to minimize all the logging so it doesn't completely fill up the screen

bluebear94 commented 10 years ago

Is there a way to script sbt commands?

toddobryan commented 10 years ago

sbt has this really complicated dependency system, so you can create new tasks based on old tasks. It's just the complexity that keeps me from having done this already.