Skip to content

Commit

Permalink
Updated assets build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Dec 21, 2020
1 parent c06a01c commit da884cc
Show file tree
Hide file tree
Showing 20 changed files with 43 additions and 97 deletions.
2 changes: 2 additions & 0 deletions src/assetbundles/transcoder/TranscoderAsset.php
Expand Up @@ -12,6 +12,7 @@

use craft\web\AssetBundle;
use craft\web\assets\cp\CpAsset;
use craft\web\assets\vue\VueAsset;

/**
* @author nystudio107
Expand All @@ -32,6 +33,7 @@ public function init()

$this->depends = [
CpAsset::class,
VueAsset::class,
];

parent::init();
Expand Down
10 changes: 4 additions & 6 deletions src/assetbundles/transcoder/dist/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/assetbundles/transcoder/dist/css/styles.css.map

This file was deleted.

9 changes: 9 additions & 0 deletions src/assetbundles/transcoder/dist/js/runtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/assetbundles/transcoder/dist/js/runtime.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions src/assetbundles/transcoder/dist/js/styles.js

This file was deleted.

1 change: 0 additions & 1 deletion src/assetbundles/transcoder/dist/js/styles.js.map

This file was deleted.

0 comments on commit da884cc

Please sign in to comment.