Skip to content
EastWindShak edited this page Oct 20, 2016 · 26 revisions

JSON Merger Plug-in

The sencha Merger Plug-in enables merging result JSON files of a Sencha Architect project to existing ones. This plug-in is used for generate a Sencha Architect project with all CRUD functionalities implemented for the component chosen as input.

Merger extensions

There are currently two merge strategies:

  • merge strategy sencharchmerge (add the new code respecting the existing is case of conflict)

  • merge strategy sencharchmerge_override (add the new code overwriting the existent in case of conflict)

Clone this wiki locally