public class WebResourcesSymbols extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_DIR
Directory that stores cached copies of compiled CoffeeScript files.
|
static String |
COMPILATION_LEVEL
Defines the level at which the Google Closure compiler operations, as per
CompilationLevel . |
Constructor and Description |
---|
WebResourcesSymbols() |
public static final String CACHE_DIR
java.io.tmpdir
system property (which is not necessarily stable between executions).
It is common to set this to target/asset-cache
during development.public static final String COMPILATION_LEVEL
CompilationLevel
. The default is "WHITESPACE_ONLY", though
"SIMPLE_OPTIMIZATIONS" should also work. Advanced optimizations will likely not work, as Tapestry's more
incremental approach to JavaScript (including the use of jQuery and jQuery plugins) is not compatible
with Closure.public WebResourcesSymbols()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.