Skip to content

Commit

Permalink
Add Milk
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dale committed May 30, 2011
1 parent fb10726 commit 9538d18
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion js/data.js
Expand Up @@ -294,6 +294,19 @@ EveryJS_libraries = [
tags: ['mvc'],
size: 2
},
{
name: "Milk",
website: "https://github.com/pvande/Milk",
description: "Spec-compatible (v1.1+λ) Mustache templating: written in CoffeeScript, runnable anywhere.",
useIf: [
"You need a simple, safe templating language."
],
dependencies: [ 'None' ],
license: "GIFT",
tags: ['mustache', 'templating', 'coffeescript'],
size: 1.9
},

{
name: "LABjs",
website: "http://labjs.com/",
Expand All @@ -302,7 +315,7 @@ EveryJS_libraries = [
"You want to improve performance by loading scripts in parallel and without blocking other resources."
],
size: 2.1
}
}
];

if (window.EveryJS && window.EveryJS.loaded) { window.EveryJS.loaded(); }

0 comments on commit 9538d18

Please sign in to comment.