You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
365 B

  1. <?php
  2. namespace antgoods\assets;
  3. use yii\web\AssetBundle;
  4. /**
  5. * Main backend application asset bundle.
  6. */
  7. class GoodsAttributeAsset extends AssetBundle
  8. {
  9. public $css = [
  10. ];
  11. public $js = [
  12. // 'custom/sku.49a56a9198d9c3ec233c.js'
  13. 'custom/sku.52802ed907a316501cd7.js'
  14. ];
  15. public $depends = [
  16. 'yii\web\YiiAsset',
  17. ];
  18. }