Typeface Activator did not compile CoffeeScript and auto-reloading stopped working

Asked 1 years ago, Updated 1 years ago, 96 views

I use Scala to develop web applications in Play Framework.

Until yesterday, the development was going well, but Activator(sbt) did not compile CoffeeScript and auto-reloading did not work anymore.

I can think of it as a result of fiddling with the Java Control Panel in the system configuration, but it didn't work when I returned it to its original state.

plugins.sbt describes CoffeeScript.

If there is anyone who can consider the cause, please take care of it. We apologize for the lack of information. Thank you for reading.

The environment is

  • Mac OS X 10.10.1
  • Activator 1.2.10
  • Scala 2.11.2
  • Java 1.6.0_65
  • Play Framework 2.3.7

add...

The same symptom will appear in newly created projects in Activator orz

scala playframework

2022-09-30 17:32

1 Answers

I don't have much information, so it's quite a guess, but

So for the time being, what I can think of is

  • Change Java version (try 7 or 8)
  • Change the version of play (try both play 2.3.4 and 2.3.5 and later)

and so on?


2022-09-30 17:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.