Order and select Pipeline resources from JSON
Closed this issue · 1 comments
mwanji commented
Allow pipeline to be configured from global options like any other resource. Resources array determines which processors, etc. are used, and in which order, overriding classpath loading.
{
options: {
pipeline: {
resources: ["compression", "bootstrapLess"]
}
}
}
mwanji commented
Done with [options.pipeline.elements]