| @@ -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 | ||||
| @@ -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 | ||||
| @@ -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> | ||||
| @@ -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 | ||||