Skip to content

Commit 622f638

Browse files
committed
using patched version, due to due to joypixels/emojify.js#165
1 parent a76e379 commit 622f638

File tree

889 files changed

+5571
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

889 files changed

+5571
-3
lines changed

EmojifyJsAsset.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
*/
1010
class EmojifyJsAsset extends AssetBundle
1111
{
12-
public $sourcePath = '@bower/emojify.js/dist';
12+
# TODO: using files from https://github.com/BoboTiG/emojify.js, due to https://github.com/Ranks/emojify.js/pull/165
13+
public $sourcePath = __DIR__.'/assets';
1314

1415
public $css = [
1516
'css/basic/emojify.css'

0 commit comments

Comments
 (0)