Open tomc974 opened 6 years ago
The error is because the package.json
file names the package something like dojo tutorial on theming
. But for the theme to work correctly the name must be biz-e-corp
. If you make that change in the package file it should work. The fix should be posted soon.
Thanks! I'll try the tutorial again then.
Hi,
I just tried to do the theming tutorial but it doesn't seem to work.
If you follow the tutorial up to this step "Open the application in your web browser and see that the Worker backgrounds are now red." and build the application, the background will not be red.
I also downloaded the completed demo application at the end of the tutorial and the CSS in the
themes/dojo
directory doesn't seem to be used in the page display.Updating the CSS in the
styles
does work as expected though.