sindresorhus / gulp-nunjucks

Precompile Nunjucks templates
MIT License
152 stars 20 forks source link

Update package.json to prevent issues with nunjucks on windows #16

Closed Lemmy4555 closed 7 years ago

Lemmy4555 commented 7 years ago

Since version 2.5.0 of nunjucks on windows, precompiled paths have been updated from Windows style (folder\sub-folder) to Unix style (folder/sub-folder). On big projects that used to be written with Windows style paths nunjucks will cause issues and forces the developer to set manually what version of nunjucks to use by npm shrinkwrap utility or by changing all paths to UNIX style. Please release a specific version of gulp-nunjucks that include nunjucks ^2.5.0.