From f8df63778310a7ba52a2f4c0e70d512808a02911 Mon Sep 17 00:00:00 2001 From: Andrea Colaci Date: Mon, 9 May 2016 16:45:18 +0100 Subject: [PATCH] include folder added --- include_dirs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include_dirs.js b/include_dirs.js index 801d8320..b373e85f 100644 --- a/include_dirs.js +++ b/include_dirs.js @@ -1,2 +1,2 @@ -console.log(require('path').relative('.', __dirname)); - +var path = require('path'); +console.log(path.join(path.relative('.', __dirname), 'include'));