Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
Eduardo Estrella Rosario edited this page Apr 27, 2018 · 1 revision

How to Debug diagram-builder

  1. Set enabled debug mode. We use the demo of diagram-builder to debugging. Edit the file /demos/diagram-builder/index.html and add the debug filter.
 YUI({ filter:'raw',filters: {'aui-diagram-builder': 'debug'}}).use('aui-diagram-builder', functio...
  1. Use diagram-builder debug file. After build the alloy-ui a build folder is created. The debug file is path /build/aui-form-builder/aui-form-builder-debug.js all you modify here will be show in the demo diagram-builder index.html (step 1)

Important Note

  • Don't forget move you changes from debug file (step 2) to the src file (/src/aui-diagram-builder/js/aui-diagram-builder.js) because when you will do the build again, debug file will be reloaded and you will lost the changes.
Clone this wiki locally