diff --git a/doT/index.html b/doT/index.html index d993ca3..e9c4e0c 100644 --- a/doT/index.html +++ b/doT/index.html @@ -186,6 +186,13 @@
This option is by default true, you can disable logging as below:
+
+var dots = require('dot');
+dots.log = false;
+
+
You can precompile all your templates into modules compatible with commonJS, browsers and AMD.