mantrajs / mantra-cli

Command line interface for building Meteor apps with Mantra
MIT License
135 stars 34 forks source link

[Code style] container generator should use component generator #113

Open macrozone opened 7 years ago

macrozone commented 7 years ago

Just something small i noticed, but i did not attemp to fix it yet:

generateContainer should import generateComponent and destroyContainer should import destroyComponent,

currently its duplicated code.