Sfoglia il codice sorgente

0.4.x is now 0.4.3-dev

0.4.x
Jan Lehnardt 14 anni fa
parent
commit
b37b8ab8c5
4 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. +1
    -1
      Rakefile
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      wrappers/qooxdoo/qooxdoo.mustache.js.tpl.pre

+ 1
- 1
Rakefile Vedi File

@@ -56,7 +56,7 @@ templated_build "qooxdoo"
task :minify do task :minify do
# npm install uglify-js # npm install uglify-js
mmjs = "mustache.min.js" mmjs = "mustache.min.js"
`echo "/*! Version: 0.4.2 */" > #{mmjs}`
`echo "/*! Version: 0.4.3-dev */" > #{mmjs}`
`uglifyjs mustache.js >> #{mmjs}` `uglifyjs mustache.js >> #{mmjs}`
puts "Created #{mmjs}" puts "Created #{mmjs}"
end end

+ 1
- 1
mustache.js Vedi File

@@ -417,7 +417,7 @@ var Mustache = function () {


return({ return({
name: "mustache.js", name: "mustache.js",
version: "0.4.2",
version: "0.4.3-dev",


/* /*
Turns a template and view into HTML Turns a template and view into HTML


+ 1
- 1
mustache.js.nuspec Vedi File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>0.4.2</version>
<version>0.4.3-dev</version>
<authors>mustache.js Authors</authors> <authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl> <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: This class contains code based on the following work:


* Mustache.js version 0.4.2
* Mustache.js version 0.4.3-dev


Code: Code:
https://github.com/janl/mustache.js https://github.com/janl/mustache.js


Loading…
Annulla
Salva