public class Props extends AssetProcessor
Replace expressions like: ${foo} to the value of the property foo. Default
delimiters are: ${}
assets {
fileset {
home: ...
}
pipeline {
dev: [props]
dist: [props]
}
}
The only available option is: delims
assets{
fileset {
home: ...
}
pipeline {
dev: [props]
dist: [props]
}
props {
delims: [{{, }}]
}
}
Env.resolve(String)| Constructor and Description |
|---|
Props() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(MediaType type) |
String |
process(String filename,
String source,
com.typesafe.config.Config conf) |
public boolean matches(MediaType type)
matches in class AssetProcessorCopyright © 2015. All rights reserved.