This repository was archived by the owner on Mar 25, 2023. It is now read-only.
multi mount-point #592
amitu
started this conversation in
Ideas & RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note: This can not be picked till this is implemented: #591.
We should be able to mount a fpm dependency package on more than one mount points in any package. So we can write:
We will not allow
mount-point
attribute onfpm.dependency
after this and only supportfpm.mount-point
.Mount Options
The extra options would be passed to any document when using
package-data
processor.Say
fifthly.github.io/kameri/index.ftd
contains:fifthly.github.io/kameri/index.ftd
is rendered when eitherabrark.com/todos/
andabrark.com/work/
is accessed.When visiting
abrark.com/todos/
thelogo
variable will be set totodos.png
where as whenabrark.com/work/
is renderedlogo
will bework-todos.png
.Beta Was this translation helpful? Give feedback.
All reactions