Browse Source

Added note about overriding asset bundles according to #2556

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
2ecb79dc07
  1. 4
      docs/guide/assets.md

4
docs/guide/assets.md

@ -122,6 +122,10 @@ To register an asset inside of a widget, the view instance is available as `$thi
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
------------------------

Loading…
Cancel
Save