Skip to content

Instantly share code, notes, and snippets.

@hikirsch
Created September 19, 2012 18:37
Show Gist options
  • Save hikirsch/3751374 to your computer and use it in GitHub Desktop.
Save hikirsch/3751374 to your computer and use it in GitHub Desktop.
Plovr.NET Base Configuration for web.config
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="plovr" type="Plovr.Configuration.PlovrConfiguration, Plovr" />
</configSections>
<plovr>
<settings
closureCompilerJarPath="bin/compiler.jar"
soyToJsSrcCompilerJarPath="bin/SoyToJsSrcCompiler.jar"
javaPath="java.exe"
includePath="/Plovr.NET/compile?id=my-project"
/>
<jsonConfigs>
<add path="../config/my-plovr-config.js" />
</jsonConfigs>
</plovr>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment