Deploying Sage theme to shared hosting or any server

Hello members,

I would like to know the right way to compile, and deploy your final theme to any server via FTP.
Do I need to run gulp then gulp --production then upload all the file via ftp?

I am little confuse how this work

Thanks,

1 Like

if your planning to upload your sage theme on shared hosting
do i still need to run gulp – production?
and do i need to upload all the file?

Although it’s not required, you should definitely run gulp with the production flag (to remove sourcemaps and generate versioned files for production).

Upload the files as described in the post linked above.

thank you for the reference.