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
0.4.x is now 0.4.3-dev
0.4.x
Jan Lehnardt
14 anni fa
parent
90cc5f0d18
commit
b37b8ab8c5
4 ha cambiato i file
con
4 aggiunte
e
4 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Rakefile
+1
-1
mustache.js
+1
-1
mustache.js.nuspec
+1
-1
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.pre
+ 1
- 1
Rakefile
Vedi File
@@ -56,7 +56,7 @@ templated_build "qooxdoo"
task :minify do
# npm install uglify-js
mmjs = "mustache.min.js"
`echo "/*! Version: 0.4.
2
*/" > #{mmjs}`
`echo "/*! Version: 0.4.
3-dev
*/" > #{mmjs}`
`uglifyjs mustache.js >> #{mmjs}`
puts "Created #{mmjs}"
end
+ 1
- 1
mustache.js
Vedi File
@@ -417,7 +417,7 @@ var Mustache = function () {
return({
name: "mustache.js",
version: "0.4.
2
",
version: "0.4.
3-dev
",
/*
Turns a template and view into HTML
+ 1
- 1
mustache.js.nuspec
Vedi File
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>0.4.
2
</version>
<version>0.4.
3-dev
</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>
+ 1
- 1
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.pre
Vedi File
@@ -19,7 +19,7 @@
This class contains code based on the following work:
* Mustache.js version 0.4.
2
* Mustache.js version 0.4.
3-dev
Code:
https://github.com/janl/mustache.js
Write
Preview
Loading…
Annulla
Salva