summaryrefslogtreecommitdiffstats
path: root/webapp/Makefile
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-07-25 11:47:03 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2017-07-25 14:47:03 -0400
commitd49419776de0811732db59eae90c5c6da223f076 (patch)
tree1b684895f37c6f91e239d1f3930c28a652fbcac4 /webapp/Makefile
parente5e450fc097c14110e942731018041cd1931aa25 (diff)
downloadchat-d49419776de0811732db59eae90c5c6da223f076.tar.gz
chat-d49419776de0811732db59eae90c5c6da223f076.tar.bz2
chat-d49419776de0811732db59eae90c5c6da223f076.zip
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
Diffstat (limited to 'webapp/Makefile')
-rw-r--r--webapp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/Makefile b/webapp/Makefile
index 3786f9bee..8bb7a83d1 100644
--- a/webapp/Makefile
+++ b/webapp/Makefile
@@ -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