hey guys. I made some changes to a theme, and when...
# suitecommerce
r
hey guys. I made some changes to a theme, and when uploading through Gulp theme:deploy, I am getting the following message "Uploading the theme files. No record data has changed..." instead of being prompted to update the version number etc. I am not sure why thats happening, any ideas?
I guess, better put is: How do i force a version prompt?
s
I don't think you can. But you can just edit the version number in the manifest.json file
r
ok, ill do that. Thanks Steve
any idea why it would not prompt?
s
I don't think it's programmed to. I would imagine a lot of developers would get annoyed about being asked it every time -- it's just easier to bump it in a JSON file!
r
when i do gulp theme:deploy, I am used to being promoted for the various fields, I asked the question bc this was unexpected behavior not to be prompted. When I incremented in the manifest.json directly right now, it prompted me as I was expecting previously
s
😅
😂 1
m
Tip: Add the key
password: "abc123"
in
.nsdeploy
file to not prompt for password everytime during deployment.
s
Just FYI NetSuite recommends not doing this
m
You can if that file is not in the VCS
e
It could reduce time but it has potential problems if you forgot it and wanted to deploy to SB instead of production
m
@eminero
if your reponse is regarding password then you can keep SB and Prod nsdeploy files and switch between whenever needed