Algomancer/Full-Stack-Scala-Starter

IDEA import the project, can't review the project structure tree

Closed this issue · 1 comments

2016-10-25 17 21 34

Is that anything error? All of the file directory is invisible.

IntelliJ IDEA is not able to load this build.sbt because of this line

onLoad in Global := (Command.process("project server", _: State)) compose (onLoad in Global).value

I commented out the line then import, it can import then. Then I remove the comment and bring it back in after import.