public void initialize(Bootstrap<OpenIDDemoConfiguration> openIDDemoConfigurationBootstrap) {
// Bundles
openIDDemoConfigurationBootstrap.addBundle(new AssetsBundle("/assets/images", "/images"));
openIDDemoConfigurationBootstrap.addBundle(new AssetsBundle("/assets/jquery", "/jquery"));
openIDDemoConfigurationBootstrap.addBundle(new ViewBundle());
}