I just installed the Manor theme. I am getting a b...
# suitecommerce
s
I just installed the Manor theme. I am getting a blank page with console errors after I ran the gulp theme:local. The errors are: Uncaught Error: Script error for "home_cms.tpl", needed by: Home and Uncaught Error: Script error for "site_search_button.tpl", needed by: SiteSearch.Button.View Any recommendations on this?
if just anyone stumbled on this question. There is an existing Defect and the Alt-sol is to use theme developer 19.2 version.
f
You can fix this doing the following: 1. On theme-devtools directory go to the file gulp/extension-mechanism/client-script/LoadTemplateSafe.js and edit the function wrapDefine(func) adding two calls to the method insertPlugin(deps). (See the attached file patch.png) 2. Remove the file LocalDistribution/javascript-libs.js 3. run gulp theme:local
s
thanks Flo!