Hi, I've downloaded and installed the latest Them...
# suitecommerce
c
Hi, I've downloaded and installed the latest Theme Development Tools 21.1.0 from NetSuite (the SCEM bundle is up-to-date, re `npm install`'ed, the whole thing). However, when deploying a theme, it is only ever uploading a single chunk (as opposed to the usual 11-13).
Copy code
[17:06:06] Checking if example_theme is a published theme...
[17:06:07] Uploading the theme files. No record data has changed...
[17:06:08] Preparing content to deploy in DeployDistribution...
[17:06:08] Using token ExampleAccount SB1 - Account 1234567-SB1, run with --to to change it
Uploading Chunk 1/1 [==================================================] 100%
Nothing errors out, but it only ever uploads a single chunk (which contains the manifest.json, but nothing else). I try deleting my
DeployDistribution
folder and re-running
gulp theme:deploy
, but am getting the same 1-chunk outcome each time. Does anyone know what is going on?
h
Hi @Caleb Evans, I believe it's actually because the new theme deployment is much more efficient and only uploads changes to the theme rather than the whole theme every time. At least that's my understanding as I have never had any issues with my theme missing anything after a deployment.
f
that´s correct, we are now only uploading the files that have changed