tj / consolidate.js

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

Squirrelly support (I hope this works) #300

Closed nebrelbug closed 6 years ago

nebrelbug commented 6 years ago

Hi! This should add squirrelly support. Unfortunately, I can't run the tests because I am on Windows and can't run the make command, but I know that at least the rendering works...

Thanks so much!

doowb commented 6 years ago

can't run the make command

If you install mocha globally you can just run mocha from the command line. If you don't install mocha globally, you can run ./node_modules/.bin/mocha from the command line.

It looks like the templates aren't rendering, so all of the tests are failing.

nebrelbug commented 6 years ago

I'm working on this...