requirejs-dot
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "requirejs-dot", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "This plugins loads dot-templates with require-text during development, and has the capabilities to build dependency free optimized versions with r.js", | ||
@@ -5,0 +5,0 @@ "main": "doT.js", |
@@ -41,3 +41,3 @@ require.js [doT][] plugin | ||
Install with [bower][] to get them all. You can also manually | ||
Install with [bower][] or [npm][] to get them all. You can also manually | ||
download `doT.js` or clone this repository and get the dependencies in whatever way you | ||
@@ -49,3 +49,8 @@ see fit. | ||
``` | ||
or | ||
``` | ||
npm install requirejs-dot | ||
``` | ||
In your [paths](http://requirejs.org/docs/api.html#config-paths) setup the mappings | ||
@@ -144,2 +149,3 @@ to the dependencies (change to fit your setup). | ||
[require-text]: https://github.com/requirejs/text | ||
[bower]: http://twitter.github.com/bower/ | ||
[bower]: http://twitter.github.com/bower/ | ||
[npm]: https://www.npmjs.com |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12640
149