canjs / can-compile

Compile CanJS Mustache and EJS views for lightning fast production apps
http://daffl.github.com/can-compile
MIT License
35 stars 15 forks source link

Implement can.Component/tag-support #11

Closed daniel-franz closed 10 years ago

daniel-franz commented 10 years ago

Added support for can.Component-tags when configured in Gruntfile. This is a very simple approach, but I needed a solution asap.

dist: {
    tags: ['componentTag1', 'componentTag2']
}
daffl commented 10 years ago

Thanks. Will release this as 0.5.0. Can't think of a better way either.