【发布时间】:2018-12-27 22:59:54
【问题描述】:
我认为 GWT 应该自动获取并重新加载对应用程序范围的 HTML 和 CSS 文件的更改,这些文件位于 webapp 文件夹中。但是,在我的情况下,情况并非如此,GWT 说“跳过编译,因为没有更改输入文件”。我不确定我应该在哪里编辑才能让这些文件也被观看。
这个项目是使用来自https://gwt-maven-plugin.github.io/gwt-maven-plugin/user-guide/archetype.html 的旧的gwt-maven 插件初始化的。
启动时的程序参数如下:-war app/target/App-1.0-SNAPSHOT -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl index.html -logLevel INFO -codeServerPort 9997 -port 8888 com.example.www.App.App。
或者我只是没有正确理解它并且 GWT 不应该监视 webapp 文件夹中的更改?这确实会阻碍前端开发的步伐。
【问题讨论】:
标签: gwt livereload gwt-super-dev-mode