Esri / application-boilerplate-3x-js

Starter application that simplifies the process of building templates for the ArcGIS.com template gallery.
https://developers.arcgis.com/javascript/
Apache License 2.0
90 stars 68 forks source link

4.x: Use JSON instead of dojo object #70

Closed alaframboise closed 8 years ago

alaframboise commented 8 years ago

Is there any chance we can use JSON instead of a dojo to describe the app configuration for the 4.x version of the boilerplate? It looks like the webmap version is already taking that approach anyhow.

https://github.com/Esri/application-boilerplate-js/blob/master/application_boilerplate/config/demoMap.js vs https://github.com/Esri/application-boilerplate-js/blob/4.0master/webscene_application_boilerplate/config/demoScene.json

@kellyhutchins @driskull

driskull commented 8 years ago

Its better that we have it as a module that we can load as a dependency rather than just JSON through esriRequest IMO.

driskull commented 8 years ago

done.