Skip to content

Conversation

Syno0
Copy link

@Syno0 Syno0 commented Dec 11, 2020

Hello,

we are in a situation where we have .dust file in two different location.
So we set on express 2 different views folder like this: app.set('views', [folder1, folder2]);

But Dustjs is not enable to check correctly in both folder with partials ( {>myFile.dust} )
The array of folder is stringify and dust js throw an error.

The objectif is to handle the case that there is multiple views folder and manage to find the file correctly.

Btw if the file is in both directory I added a warning and the first file found is used by default.

@niftylettuce niftylettuce merged commit 578531b into tj:master Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants