Extending : Common Condition Extension : Extension key points in samples : Runtime
  
Runtime
There are some required extensions in runtime to load the last version of condition into working project.
conditions_version.js contains the last version of above JS file.
conloader.js load the conditons at runtime
template modified to load the condition.
conditions_version.js
This file is automatically generated by tooling:
This graphic is described in the surrounding text.
conloader.js
This is the core extension of runtime for version control.
You can read the code at:
40_GlbStaticWeb\WebContent\js\condition\conloader.js
Please note that this code required dojo.io.script
template
We need change the template a little to load the last version of JS file:
You can read the code at:
30_LocalWeb\WebContent\templates\template_debug.ftl
And just please carefully set this variable
var con_queue_order = ["10_GlbDefs", "30_LocalWeb"];
The condition would be loaded in the same order as above array.
Go up to
Extension key points in samples