From d975d490d38a271fdd0bcfcf8a7b9d7ba65d1f0c Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 12 Jun 2018 21:02:42 -0700 Subject: [PATCH] addinf sass and functions file reader stream --- setup/moduleLib.js | 6 ++++-- setup/renderer.js | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/setup/moduleLib.js b/setup/moduleLib.js index cd6659a..2236449 100644 --- a/setup/moduleLib.js +++ b/setup/moduleLib.js @@ -1,6 +1,8 @@ const modLib = (function() { return { - + editSassFile: function(reader,mod){ + console.log(reader); + }, setModules: function(modType,modName){ appState[modType] = modName; return appState; @@ -43,7 +45,7 @@ const modLib = (function() { fs.readdir(fullPath, function(err, item) { console.log(item) }); - }, + }, generateListItems: function(modType){ $(`

${modType}

`).appendTo( $("#module-list-container")); $(`