Skip to content

Commit 93d35ec

Browse files
committed
Allow to use static as assets
1 parent 17dfc2f commit 93d35ec

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/plugins.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ let DEFAULTS = [{
1515
key: "static",
1616
bucket: "static",
1717
plugin: "faucet-pipeline-static"
18+
}, {
19+
key: "assets",
20+
bucket: "static",
21+
plugin: "faucet-pipeline-static"
1822
}, {
1923
key: "images",
2024
bucket: "static",

test/test_plugins.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ let DEFAULTS = {
2121
bucket: "static",
2222
plugin: "faucet-pipeline-static"
2323
},
24+
assets: {
25+
bucket: "static",
26+
plugin: "faucet-pipeline-static"
27+
},
2428
images: {
2529
bucket: "static",
2630
plugin: "faucet-pipeline-images"

0 commit comments

Comments
 (0)