diff --git a/protected/humhub/assets/ClipboardJsAsset.php b/protected/humhub/assets/ClipboardJsAsset.php index dbb2633fc0..d08ce3d8cb 100644 --- a/protected/humhub/assets/ClipboardJsAsset.php +++ b/protected/humhub/assets/ClipboardJsAsset.php @@ -26,7 +26,7 @@ class ClipboardJsAsset extends AssetBundle /** * @inheritdoc */ - public $js = ['build/clipboard-polyfill.js']; + public $js = ['dist/clipboard-polyfill.js']; /** * @inheritdoc diff --git a/protected/humhub/config/assets-prod.php b/protected/humhub/config/assets-prod.php index 1efc419ac9..5512c2b539 100644 --- a/protected/humhub/config/assets-prod.php +++ b/protected/humhub/config/assets-prod.php @@ -2,7 +2,7 @@ /** * This file is generated by the "yii asset" command. * DO NOT MODIFY THIS FILE DIRECTLY. - * @version 2019-07-23 14:03:00 + * @version 2019-08-21 12:33:29 */ return [ 'all' => [ @@ -10,10 +10,10 @@ return [ 'basePath' => '@webroot-static', 'baseUrl' => '@web-static', 'js' => [ - 'js/all-431e6b9a6015c5910295999d64fb1c23.js', + 'js/all-4b2b34b25ae21c6df26ce7a268ac5ced.js', ], 'css' => [ - 'css/all-5572216e85eaf293853a0cf45fc19f76.css', + 'css/all-182e5e132734d26661d9dca56809412a.css', ], 'sourcePath' => null, 'depends' => [],