-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 68 (v1.0.0-beta.68 - Beta Candidate)
Updated documentation. See also https://github.com/BorisMoore/jsrender-node-starter. and https://github.com/BorisMoore/jsrender. BREAKING CHANGES - One very minor breaking change: the $.views.compile(...) alias for $.templates has been removed from jsrender.js, but is still available for Node.js (e.g. for Hapi templates integration) as $.compile(...). NEW FEATURES - JsRender is now published on NPM. Install using $ npm install jsrender - Browserify Support: JsRender on Node.js provides a built-in Browserify transform for including compiled JsRender templates from the server, as part of the client javascript bundle generated by Browserify. Usage example: var tmplify = require('jsrender/tmplify'); browserify(...) ... .transform(tmplify) ... See also https://github.com/BorisMoore/jsrender-node-starter, and http://www.jsviews.com/test/unit-tests-browserify.html - Continuing work for deployment to NPM. See #254 BorisMoore/jsrender#225 Bug Fixes: - BorisMoore/jsrender#172
- Loading branch information
1 parent
7b4a375
commit 0f02597
Showing
36 changed files
with
216 additions
and
2,113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.