macopedia / TYPO3.Tree

SVG Tree Component
1 stars 1 forks source link

Make RequireJS optional #1

Open aimeoscom opened 7 years ago

aimeoscom commented 7 years ago

Not all projects use RequireJS because it's not necessary if you load one concatenated JS file which is started by JQuery. At least the SvgTree component could be used as library and the RequireJS code could be sourced out into a separate file creating the SvgTree object.

tmotyl commented 7 years ago

that's an interesting idea :) we would just need to make sure that the svgTree component can be loaded without any shim by require js.