Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
release 0.2.3
tags/0.2.3
Jan Lehnardt
16 anni fa
parent
20aa13e331
commit
ffa4738595
3 ha cambiato i file
con
4 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGES.md
+1
-1
mustache.js
+2
-1
package.json
+ 1
- 0
CHANGES.md
Vedi File
@@ -7,6 +7,7 @@
* Parse pragmas only once.
* Throw exception when encountering an unknown pragma.
* Ignore undefined partial contexts. Returns verbatim partials.
* Added yui3 packaging.
## 0.2.2 (11-02-2010)
+ 1
- 1
mustache.js
Vedi File
@@ -282,7 +282,7 @@ var Mustache = function() {
return({
name: "mustache.js",
version: "0.2.3
-dev
",
version: "0.2.3",
/*
Turns a template and view into HTML
+ 2
- 1
package.json
Vedi File
@@ -2,5 +2,6 @@
"name": "mustache",
"author": "Jan Lehnardt",
"description": "{{mustaches}} in JavaScript — shameless port from @defunkt",
"keywords": ["template"]
"keywords": ["template"],
"version": "0.2.3"
}
Write
Preview
Loading…
Annulla
Salva