Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
NetSuite Admin Tip | Gulp Theme Deployment: Overwriting Existing Theme Instead of Creating New One
When deploying changes to a custom theme using Gulp Theme Developer Tools, you may encounter an issue where the deployment creates a new theme record instead of updating the existing one. This prevents developers from properly applying updates to the webstore.
This issue is usually caused by a configuration in the config.json file that forces to create a new theme instead of updating the existing one.
You can resolve this by following the steps below:
1. Navigate to ThemeFolderName > gulp > config
2. Open the config.json file
3. Look for the following line of code:
"deploy_config": {
4. Remove the line:
"create": true
Bry Cabria-Oracle | SuiteCommerce & NetSuite Mobile App | Ask A Guru
Learn how to Refer a member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!
