简体   繁体   中英

compilation is not happening on page refresh in GWT Super Dev Mode

我有多个使用GWT + SmartGWT开发的基于Maven的应用程序。当前我迁移到GWT 2.7并为此多个Maven项目设置了Super Dev Mode并启动了SDM。但是当我引用页面编译未进行时,有什么我需要配置。有什么建议吗?

"Compile on load" is only enabled in SDM if a -launcherDir is passed as argument. CodeServer will then generate a *.nocache.js that triggers "compile on load" (but requires a running CodeServer , so make sure you recompile your application before deploying, or use a distinct directory for SDM vs. production compilation output).

If you don't pass -launcherDir , then you're back to the legacy (and deprecated) SDM that uses bookmarklets and sessionStorage .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM