我最近切换到PlayFramework 2.3。我的应用程序使用了由sbt插件添加的CoffeeScript。当我的应用程序运行时(通过'激活器运行'),如果我触摸任何咖啡文件并在浏览器中按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中一样?
答案 0 :(得分:1)
这是2.3 - https://github.com/playframework/playframework/pull/3105中的错误。
它已得到修复,并希望它将作为2.3.2的一部分发布,希望可以发布this week。
另请参阅此[仍然开放]问题,如果您遇到此问题:https://github.com/playframework/playframework/issues/2905