5 Articles tagged with Assets
-
- Documentation
- /
- Assets
Assets Push Settings
The default operating mode for the Assets feature is Pull mode. If you want to enable Push make sure that the Push CSS Assets and Push Javascript Assets options are enabled. Push CSS Assets When this is enabled, theme and WordPress related CSS files will be copied to cloud …
-
- Documentation
- /
- Assets
Assets CDN Settings
For Pull mode you must specify a CDN URL. For Push, not specifying a CDN will use the cloud storage URL. CDN Base URL This is the base URL for your CDN for serving assets, including the scheme (meaning the http/https part).
-
- Documentation
- /
- Assets
Assets Versioning Settings
Use Build Version Assets that have been enqueued in WordPress without a specified version will normally be skipped when pushing/pulling assets. When this option is enabled, this tool will use a custom build number for the version. You can update this version by clicking on Update Build Version button …
-
- Documentation
- /
- Assets
Assets Debug Settings
Log Warnings When set to true and Media Cloud Debugging is enabled, this will log warnings about files that couldn’t be uploaded to the error log.
-
- Advanced Usage
- /
- Environment Variables
Asset Variables
These environment variables control how Asset push/pull works. Variable Type Description MCLOUD_TOOL_ENABLED_ASSETS boolean Asset feature is enabled. MCLOUD_ASSETS_STORE_CSS boolean If enabled, Push mode is used to upload CSS assets to cloud storage. Disable for Pull mode. MCLOUD_ASSETS_STORE_JS boolean If enabled, Push mode is used to upload javascript assets to …