From 7822636d468b3a25b8e0b0f8e2c71dd684ca24b8 Mon Sep 17 00:00:00 2001 From: Chaz George Date: Sun, 20 Dec 2015 11:58:02 -0700 Subject: [PATCH] Update index.coffee --- index.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/index.coffee b/index.coffee index 2d041bd..5fcb433 100644 --- a/index.coffee +++ b/index.coffee @@ -17,6 +17,7 @@ glob = require('glob') # NOTE: Include jade utils; this is a REQUIRED module. # While I am Hijacking Jade, the code still runs in the context of this file. utils = require('jade/lib/utils') +nodes = require('jade/lib/nodes') # Array Unique