Refresh the emoji library (#7001)
* refresh the emoji library * fix img_trans.gif * compress sprite sheet * remove note on compression - webpack seems to handle compression decently * better emoji sheet preloading * requested changes
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
e5e450fc09
Коммит
d49419776d
@@ -1,4 +1,4 @@
|
||||
.PHONY: build test run clean stop check-style run-unit
|
||||
.PHONY: build test run clean stop check-style run-unit emojis
|
||||
|
||||
BUILD_SERVER_DIR = ..
|
||||
|
||||
@@ -54,3 +54,6 @@ clean:
|
||||
rm -rf dist
|
||||
rm -rf node_modules
|
||||
rm -f .yarninstall
|
||||
|
||||
emojis:
|
||||
./make-emojis
|
||||
|
||||
Ссылка в новой задаче
Block a user