Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Running "gulp local" & "gulp theme:local" at the same time
Hello NetSuite Gurus,
When I'm running the local SCA server with "gulp local" command under the "SC_20.1_Live" folder I can see the local changes in the code when I point the browser to domain.com/sca-dev-2020-1/shopping-local.ssp
When I'm running the local SCA server with "gulp theme:local" under the "ThemeDevelopmentTools-20.2.1" folder I can see the local changes in the theme when I point the browser to domain.com/sca-dev-2020-1/shopping-local.ssp
The both servers are working correctly if I run them separately, but when I run the both at the same time, I can see only the updated theme. Can you point me what can be the issue?