ArcGIS / Esri Custom Theme not showing in appbuilder -


i've followed instructions here:

https://developers.arcgis.com/web-appbuilder/guide/create-a-theme.htm

created correct scaffold, placed in stemapp/themes can't show up. also, when edit demotheme, changes aren't displaying. i've cleared cache, using incognito it's not working. i've used yo generator scaffold theme, no dice. https://github.com/esri/generator-esri-appbuilder-js

what doing wrong?

two possibilities:

  1. if using demo theme, default, disabled. enable it, open .repoignore file in client\stemapp\themes, remove demotheme file, , restart node server.
  2. during development, use "http://your host/webappbuilder/?id=stemapp" access theme directly.

if doesn't appear here, not following instructions correctly. make sure theme names placed. there must instances still have names copied theme(e.g demotheme), replace of them theme's name. should appear.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -