public class Jscs extends AssetProcessor
JavaScript Code Style checker.
assets {
fileset {
home: ...
}
pipeline {
dev: [jscs]
...
}
}
assets {
fileset {
home: ...
}
pipeline {
dev: [jscs]
...
}
jscs {
preset: jquery
}
}
| Constructor and Description |
|---|
Jscs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.jooby.MediaType type) |
String |
process(String filename,
String source,
com.typesafe.config.Config conf) |
public boolean matches(org.jooby.MediaType type)
matches in class AssetProcessorCopyright © 2016. All rights reserved.