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.

22 lines
433 B

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