Moved angularjs, react and ember scripts out of the handlebars example into separate files and added conditional checks to add the scripts. Setup is done in a non breaking way, by default all scripts will be added.
Motivation for change:
Improve performance by centralizing the scripts preventing having to load the same code multiple times.
Add ability to omit all scripts when using a different setup/framework (in my case Aurelia)
Moved angularjs, react and ember scripts out of the handlebars example into separate files and added conditional checks to add the scripts. Setup is done in a non breaking way, by default all scripts will be added.
Motivation for change: