Commit 2ecb79dc by Alexander Makarov

Added note about overriding asset bundles according to #2556

parent e8307085
...@@ -122,6 +122,10 @@ To register an asset inside of a widget, the view instance is available as `$thi ...@@ -122,6 +122,10 @@ To register an asset inside of a widget, the view instance is available as `$thi
AppAsset::register($this->view); AppAsset::register($this->view);
``` ```
> Note: If there is a need to modify third party asset bundles it is recommended to create your own bundles depending
on third party ones and use CSS and JavaScript features to modify behavior instead of editing files directly or
copying them over.
Overriding asset bundles Overriding asset bundles
------------------------ ------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment