Added support for tags

This commit is contained in:
Dobie Wollert
2013-06-26 03:54:22 -07:00
parent b92068b6b2
commit 4ca472f2cb
9 changed files with 225 additions and 6 deletions

View File

@ -5,6 +5,6 @@ module.exports = function(piler) {
js: piler.js.renderTags(),
css: piler.css.renderTags()
});
}
},
};
};