Exemplo n.º 1
0
 @Provides
 TemplatingConfig provideTemplatingConfig(LaunchConfig launchConfig) {
   return new DefaultTemplatingConfig(
       templatesPath, cacheSize, reloadable || launchConfig.isDevelopment(), staticallyCompile);
 }