diff --git a/init.js b/init.js new file mode 100644 index 0000000..9cad0ff --- /dev/null +++ b/init.js @@ -0,0 +1,10 @@ +//create toruf dir +//create the components dir +//create the objects dir +//create the templates dir +//if there is a site directory + //build asset dirs + //if the site directory contains html files + //reversebuildAll +//else build the site directory + //build asset dirs \ No newline at end of file diff --git a/lib/attributeList.js b/lib/attributeList.js new file mode 100644 index 0000000..7b59e1d --- /dev/null +++ b/lib/attributeList.js @@ -0,0 +1,842 @@ +module.exports = { + "accept":{ + "name":"accept", + "belongsTo":"", + "description":"Specifies whether the content of an element is editable or not" + }, + "accept-charset":{ + "name":"accept-charset", + "belongsTo":"