Playframework 玩应用程序在coffeescript中更改时重新加载

Playframework 玩应用程序在coffeescript中更改时重新加载,playframework,coffeescript,playframework-2.3,Playframework,Coffeescript,Playframework 2.3,我最近切换到PlayFramework 2.3。我的应用程序使用由sbt插件添加的CoffeeScript。当我的应用程序运行时(通过“activator run”),如果我触摸任何咖啡文件并在浏览器中按F5,则整个应用程序将重新加载: [info] Done updating. --- Running the application from SBT, auto-reloading is enabled) --- [info] play - Listening for HTTP on /

我最近切换到PlayFramework 2.3。我的应用程序使用由sbt插件添加的CoffeeScript。当我的应用程序运行时(通过“activator run”),如果我触摸任何咖啡文件并在浏览器中按F5,则整个应用程序将重新加载:

[info] Done updating.

---  Running the application from SBT, auto-reloading is enabled) ---

[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9000

(Server started, use Ctrl+D to stop and go back to the console...)

[info] Compiling 4 Scala sources and 2 Java sources to C:\Users\myuserlogin\Work\myappname\target\scala-2.11\classes...
[info] CoffeeScript compiling on 1 source(s)
[info] play - Application started (Dev)
[info] CoffeeScript compiling on 1 source(s)

--- (RELOAD) ---

[info] play - Application started (Dev)
有没有办法不像PlayFramework 2.2那样重新加载整个应用程序?

这是2.3-中的一个bug

它已经被修复,希望它能作为2.3.2的一部分发布,并有望面世


如果你也遇到了这个问题,也可以看看这个[仍然开放]的问题:

谢谢,我当然会期待(希望)在本周末看到这个问题。昨天,Play 2.3.2-RC1发布了。这个问题已经解决了。