We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is a small repo demonstrating this problem.
When I run browserify from a directory that has a folder called views in it, it outputs the transformed source, but never exits.
views
browserify simple.nunj -t nunjucksify
When I delete the views folder, browserify exits as expected.
Some more observations:
browserify
The call to new nunjucks.Environment() seems to be causing the problem somehow, but I haven't had time to trace it down further.
new nunjucks.Environment()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is a small repo demonstrating this problem.
When I run browserify from a directory that has a folder called
views
in it, it outputs the transformed source, but never exits.When I delete the
views
folder, browserify exits as expected.Some more observations:
views
(instead of a folder) also causes the issue.views
is in the directory from whichbrowserify
is runbrowserify
clibrowserify
CLI or APIUpdate
The call to
new nunjucks.Environment()
seems to be causing the problem somehow, but I haven't had time to trace it down further.The text was updated successfully, but these errors were encountered: