public interface ResourceCompiler
| Modifier and Type | Method and Description |
|---|---|
void |
compile(Stream<CompilerEntry> entries)
Compiles/minifies provided
Stream of resources' entries. |
String |
content(String key)
Provides compiled/minified contents of the resource under provided key.
|
void compile(@Nonnull Stream<CompilerEntry> entries)
Stream of resources' entries.entries - - resources entries to minify.Copyright © 2018 Atlassian. All rights reserved.