tj / consolidate.js

Template engine consolidation library for node.js
3.48k stars 357 forks source link

Correct documentation for nunjucks FileSystemLoader usage #344

Closed jayhale closed 7 months ago

jayhale commented 2 years ago

The comments documenting how nunjucks.FileSystemLoader is instantiated describe the use of options.nunjucks.root which isn't actually used to set up the loader.

This PR removes the error in the documentation and expands the comments to describe how to address both ways that options.nunjucks.loader can be used to pass arguments to nunjucks.FileSystemLoader.