CDN Asset Definitions
This plugin will let you specify a CDN root where all CSS and JS assets will be pulled from.
-
Asset CDN Root
This will be the root URI for the CDN repository -
Asset Definitions (YAML)
This will let you override asset parameters or append new assets.
my_asset:
- type: css
- file: asset.css
- path:
- url: //cdn.com/asset.css
- output:
- params:
- rel: "custom"
- type: "text/css"
my_custom:
- type: css
- file:
- path:
- url:
- output: "<style>body{border:10px solid red;}</style>"
- params: