aboutsummaryrefslogtreecommitdiff
path: root/sandbox/scalajs/src
Commit message (Collapse)AuthorAgeFilesLines
* Make every project use the new directory structureGuillaume Martres2016-11-221-0/+0
|
* Move 'sandbox/scalajs/hello.scala' to ↵Lucas Burson2016-10-161-0/+15
'sandbox/scalajs/src/main/scala/hello.scala' to fix an ensime error. After this change, `sbt ensimeConfig` works. The ensime error message: ``` [error] You have .scala files in the base of your project. Such "script style" projects [error] are not supported by ENSIME. Simply move them into src/main/scala to get support. [error] Please read https://github.com/ensime/ensime-server/issues/1432 ```