From: anthony Date: Wed, 13 Jun 2018 04:02:42 +0000 (-0700) Subject: addinf sass and functions file reader stream X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d975d490d38a271fdd0bcfcf8a7b9d7ba65d1f0c;p=WP-Themes%2FglmOrigin.git addinf sass and functions file reader stream --- 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")); $(`