Skip to content

alexmchardy/test-nunjucksify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is just to demo an issue I'm seeing with the browserify transform nunjucksify.

Browserify hangs when using nunjucksify, if it is run from a directory that contains a file or directory named views.

To see the issue yourself:

git clone [email protected]:alexmchardy/test-nunjucksify.git
cd test-nunjucksify
npm install
./node_modules/.bin/browserify simple.nunj -t nunjucksify
Expected

Browserify outputs the transformed code to stdout and exits.

Actual

Browserify outputs the transformed code to stdout but never exits.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published