/** * Get Properties to provide to Vaadin DeploymentConfiguration * @return DeploymentConfiguration properties */ protected Properties getDeploymentProperties() { Properties properties = new Properties(); properties.put(Constants.SERVLET_PARAMETER_PRODUCTION_MODE, !isVaadinDebugMode()); return properties; }