vanetix / grunt-templates-hogan

Compile hogan templates with grunt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

component wrapper option

smhg opened this issue · comments

Would you support adding a component wrapper option similar to amdWrapper?
This would result in something like:

module.exports = {
  firstFileName: function () {}
  secondFileName: function () {}
}

I would love to assist.

I don't see why not, if there's a demand for it. I'll have to take a look and read into the component docs, as I haven't really used it. If you would like to implement this, I wouldn't have a problem merging it. 👍