Procházet zdrojové kódy

fix rake commonjs

tags/0.3.0
Jan Lehnardt před 16 roky
rodič
revize
90f93aa7e3
2 změnil soubory, kde provedl 13 přidání a 0 odebrání
  1. +7
    -0
      mustache-commonjs/mustache.js.tpl.post
  2. +6
    -0
      mustache-commonjs/mustache.js.tpl.pre

+ 7
- 0
mustache-commonjs/mustache.js.tpl.post Zobrazit soubor

@@ -0,0 +1,7 @@

exports.name = Mustache.name;
exports.version = Mustache.version;

exports.to_html = function() {
return Mustache.to_html.apply(this, arguments);
};

+ 6
- 0
mustache-commonjs/mustache.js.tpl.pre Zobrazit soubor

@@ -0,0 +1,6 @@
/*
* CommonJS-compatible mustache.js module
*
* See http://github.com/janl/mustache.js for more info.
*/


Načítá se…
Zrušit
Uložit