You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
< 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.
@@ -319,7 +319,7 @@ Use **include(str, obj)** to include content from a different template:
319
319
The JavaScript Templates project comes with a compilation script, that allows you to compile your templates into JavaScript code and combine them with a minimal Templates runtime into one minified JavaScript file.
320
320
321
321
The compilation script is built for [node.js](http://nodejs.org/) and also requires [UglifyJS](https://github.com/mishoo/UglifyJS).
322
-
To use it, first install both the JavaScript Templates project and UglifyJS via [npm](http://npmjs.org/):
322
+
To use it, first install both the JavaScript Templates project and UglifyJS via [npm](https://www.npmjs.org/):
323
323
324
324
```sh
325
325
npm install uglify-js
@@ -338,7 +338,7 @@ The files given as command line arguments to **tmpl.js** can either be pure temp
338
338
The generated file can be included in your project as a replacement for the original **tmpl.js** runtime. It provides you with the same API and provides a **tmpl(id, data)** function that accepts the id of one of your templates as first and a data object as optional second parameter.
339
339
340
340
## Tests
341
-
The JavaScript Templates project comes with [Unit Tests](http://en.wikipedia.org/wiki/Unit_testing).
341
+
The JavaScript Templates project comes with [Unit Tests](https://en.wikipedia.org/wiki/Unit_testing).
0 commit comments