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

Modify the way the template.js code checks to see if app is hosted. #33

Closed kellyhutchins closed 9 years ago

kellyhutchins commented 9 years ago

Currently we check if the apps are located in a folder with app or home. This is brittle and causes issues for downloaded apps deployed in location with those folder names.

driskull commented 9 years ago

:+1: