This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
fix rake commonjs
tags/0.3.0
Jan Lehnardt
16 years ago
parent
a7464db373
commit
90f93aa7e3
2 changed files
with
13 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
mustache-commonjs/mustache.js.tpl.post
+6
-0
mustache-commonjs/mustache.js.tpl.pre
+ 7
- 0
mustache-commonjs/mustache.js.tpl.post
View File
@@ -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
View File
@@ -0,0 +1,6 @@
/*
* CommonJS-compatible mustache.js module
*
* See http://github.com/janl/mustache.js for more info.
*/
Write
Preview
Loading…
Cancel
Save