Skip to content

Commit

Permalink
added tplize templating lib to data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gutnikov committed Sep 2, 2015
1 parent af1c9bd commit 5937b99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data.js
Expand Up @@ -4687,5 +4687,13 @@ module.exports = [
description: "Ultra-simple promise based wrapper around XMLHttpRequest",
url: "https://github.com/radiosilence/xr",
source: "https://raw.githubusercontent.com/radiosilence/xr/master/xr.js"
},
{
name: "tplize",
github: "alxgutnikov/tplize",
tags: ["templates"],
description: "A ~2kb lib for quickly prototyping templated content",
url: "https://github.com/alxgutnikov/tplize",
source: "https://raw.githubusercontent.com/alxgutnikov/tplize/master/index.js"
}
];

0 comments on commit 5937b99

Please sign in to comment.