yaymukund / grunt-ember-handlebars

Precompile ember templates in grunt using only headless-ember.js and ember.js
MIT License
34 stars 26 forks source link

YUI module support. #10

Open jankopriva opened 11 years ago

jankopriva commented 11 years ago

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..