devonfw / cobigen

Code-based Incremental Generator
Apache License 2.0
36 stars 72 forks source link

Application.js extend library #281

Closed EastWindShak closed 7 years ago

EastWindShak commented 7 years ago

When the sencha app is generated using the correspondent sencha command, the extended library for the Application.js file must be changed to Devon.app by CobiGen. As this template has the senchamerge strategy, this value is not changed. But override strategy cannot be used neither, so the solution is to change the behavior of cobigen only with this file.

EastWindShak commented 7 years ago

No needed to, because the previous step that creates the sencha app at the devon4sencha workspace using the StarterTemplates already creates the file properly. The one generated by CobiGen is just for some edge cases that the developer consider. In fact, this file is will be only merge to update the controllers list of the generated component by CobiGen.