We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef269c commit f32886cCopy full SHA for f32886c
lib/plugins.js
@@ -15,6 +15,10 @@ let DEFAULTS = [{
15
key: "static",
16
bucket: "static",
17
plugin: "faucet-pipeline-static"
18
+}, {
19
+ key: "images",
20
+ bucket: "static",
21
+ plugin: "faucet-pipeline-images"
22
}];
23
let DEFAULT_KEYS = DEFAULTS.reduce((memo, plugin) => {
24
memo.add(plugin.key);
test/test_plugins.js
@@ -20,6 +20,10 @@ let DEFAULTS = {
static: {
+ },
+ images: {
25
26
27
}
28
};
29
0 commit comments