-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
The following paths are all considered unique:
@include once "/a/path/to/a/file.nut"
@include once "a/path/to/a/file.nut"
@include once "./a/path/to/a/file.nut"
I believe builder automatically references all "@include"'s to the root of the project, so these should all be considered the same -- as it stands today, 3 copies of the file will be included in the resultant build.
Metadata
Metadata
Assignees
Labels
No labels