Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
jan
/
mustache.js
réplica de
https://github.com/janl/mustache.js
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
46
Wiki
Actividad
Explorar el Código
release 0.2.3
tags/0.2.3
Jan Lehnardt
hace 16 años
padre
20aa13e331
commit
ffa4738595
Se han
modificado 3 ficheros
con
4 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
CHANGES.md
+1
-1
mustache.js
+2
-1
package.json
+ 1
- 0
CHANGES.md
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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"
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar