-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No other pages than the frontpage is showing #79
Comments
I got told on IRC that I also need https://gwt.googlesource.com/gwt-site-webapp/ From the README file of that project I figured out how to do it, but I'm not sure if this is the correct way of doing it. To me it seems like the documented way of updating the documentation is out of date. Though you can easily edit and create pull requests from within GitHub I'm sure more people like me would like to verify that the changes behave as expected before creating a pull request. I think this is very unfortunate. |
Sounds like this project is overly complicated to setup... |
This reverts commit 25233ca. That commit caused [issue gwtproject#79](gwtproject#79)
The main div was set to "display:none" to 'Hide the main div while loading' (see pull request/ original commit for details). I assume that gwt-site-webapp removes that style at some point, which is why you currently need that project. I agree with tskardal that it is too much to expect contributors to set up gwt-site-webapp as well, it just complicates the work flow unneccessarily. |
After building (both with and without Grunt) I'm unable to navigate the resulting site. After navigating to another page the entire main area becomes white.
Console in developer tools tells me http://localhost:8080/gwtproject/gwtproject.nocache.js is missing.
The text was updated successfully, but these errors were encountered: