grunt-ember-handlebars icon indicating copy to clipboard operation
grunt-ember-handlebars copied to clipboard

YUI module support.

Open jankopriva opened this issue 11 years ago • 0 comments

Determine if preprocessed template will be wrapped in YUI module code. The module name will be composed of the name of the namespace and the file name without extension. i.e. in case namespace is "App.rootView" and template file is "Button.hbs" the resulting YUI module name is App.rootView.Button and compiled template is stored in Y.App.rootView.Button. If namespace is omitted the template is stored in Y.Ember.TEMPLATES..

jankopriva avatar Apr 16 '13 16:04 jankopriva