Closed
Description
- Adding tag on BODY tag - Attributes on <body> not supported meteor/meteor#2561
- Language attributes to templates - support new template languages with html files meteor/meteor#3400
- Make Meteor's build process handle few plugins on one file extension, so we can run ng-annotate on .js files - Support ast build handlers MeteorCommunity/discussions#51
- Official Meteor support for bower with handling conflicts - resolving bower conflicts on install mquandalle/meteor-bower#30
- Ability to change Blaze's default-delimiters - Blaze, meteor's templates, are not usable with polymer's templates meteor/meteor#2765
- Ability to extend Meteor's command line to do something like Yeoman's angular with meteor: "meteor create --angular socially" - Packages could extend the meteor CLI MeteorCommunity/discussions#9