Skip to content

Commit

Permalink
Fix: Removed asset forceCopy
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh4 committed Nov 2, 2020
1 parent d0e0fca commit 5ef716b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/MailMessengerAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MailMessengerAsset extends AssetBundle
public $sourcePath = '@mail/resources/js';

public $publishOptions = [
'forceCopy' => true,
'forceCopy' => false,
];

public $js = [
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

2.0.2 - November 02, 2020
-----------------------
- Fix: Removed asset forceCopy

2.0.1 - November 02, 2020
-----------------------
- Fix #201: Error thrown after update due to update process race condition
Expand Down

0 comments on commit 5ef716b

Please sign in to comment.