udx / wp-stateless

WP-Stateless is a WordPress plugin that uploads and serves your WordPress media from Google Cloud Storage.
https://stateless.udx.io
MIT License
260 stars 62 forks source link

wp-rocket - Sync Js and CSS to GCS bucket #561

Open harsh4870 opened 4 years ago

harsh4870 commented 4 years ago

We are using the wp-rocket plugin to create minified JS and CSS of WordPress.

we are looking for a way to sync or upload these all minified JS and CSS from local storage to the CDN bucket. each time it's generating random JS & CSS name.

Files get generated inside : wp-content/cache/

Currently, manually we are pushing cache folder to the CDN bucket but looking forward if we can resolve this by plugin via console single click.

Please help and suggest.

Thanks

curtismchale commented 7 months ago

@harsh4870 did you try setting a custom location for the cache folder per the WP Rocket docs?

https://docs.wp-rocket.me/article/1118-specify-a-custom-cache-folder

harsh4870 commented 7 months ago

@curtismchale It's been a long tried this plugin 3 years ago apologies don't recall if I used custom location or not.