This file contains hidden or 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
/** | |
* RequireJS plugin to compile templates in build process (using r.js). | |
* | |
* During development, this delegates the request to the "text" plugin, and compiles the template. | |
* After build, the template resources are pre-compiled and in-lined in the module that depends on it. | |
* | |
* Based on https://github.com/millermedeiros/requirejs-hogan-plugin | |
* | |
* Also see http://requirejs.org/docs/plugins.html | |
*/ |
NewerOlder