-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommend using from
over setFrom
in general
#3
Comments
I think the difference between those two APIs should be under There is two consideration with these APIs: 1) the intention and 2) the ordering. The intention to completely replace the default values because of unwanted files would correctly point to the use The ordering is especially important when it comes to playing nice with other plugins. Most plugins would most likely append additional paths to the Layering
|
I need more explaining for this one or wait later TODO |
I think a drawing would help a lot with understanding the layering of |
This should most likely reside in "working with source files" chapter.
It's important to note the difference between
setFrom
andfrom
. The first override while the second appends. It's also important to understand configuration order. We generally recommend usingfrom
and reservesetFrom
only when necessary.The first layout is overridden and lost. Nokee will try its best to track this information and report them to the user.
The text was updated successfully, but these errors were encountered: