Skip to content

Commit

Permalink
Add missing livechat.min.js asset at client public
Browse files Browse the repository at this point in the history
  • Loading branch information
trongthanh committed Apr 17, 2018
1 parent f89b4bd commit 650513e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rocketchat-livechat/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,6 @@ Package.onUse(function(api) {
api.addAssets('assets/rocket-livechat.js', 'client'); // this file is still added to not break currently installed livechat widgets

api.addAssets('assets/rocketchat-livechat.min.js', 'client');
api.addAssets('assets/livechat.min.js', 'client');
api.addAssets('public/head.html', 'server');
});

0 comments on commit 650513e

Please sign in to comment.