README.md in sewing_kit-0.130.0 vs README.md in sewing_kit-0.130.1
- old
+ new
@@ -92,10 +92,16 @@
config.build_options = {
# Disable type checks for faster, low memory builds (TypeScript only)
# Note: you *must* have a separate `yarn sewing-kit type-check` CI step for this to be viable.
type_check: false,
# Increase heap to accommodate webpack's space for source map generation
- heap: 2000
+ heap: 2000,
+ # Overrides ShopifyCloud's configuration for the assets directory.
+ # By default, when using the ShopifyCloud gem, assets are served from the CDN
+ # - when `asset_directory` is not specified, it defaults to: `ShopifyCloud::AssetUploader.asset_directory`
+ # - when specified, the asset path will be `https://cdn.shopify.com/shopifycloud/${assetDirectory}/bundles`
+ # - lastly, set it to `false` to disable serving assets from the CDN altogether
+ asset_directory: "foobar"
}
end
```
## Testing the front end