Commit e3a5bf7e authored by JC Brand's avatar JC Brand

Make recipe for sounds.zip

parent 10415c25
......@@ -206,7 +206,7 @@ dist/converse-no-dependencies-es2015.js: src webpack.config.js stamp-npm @conver
dist:: build
.PHONY: build
build:: dev css $(BUILDS) locale.zip css/webfonts.zip
build:: dev css $(BUILDS) locale.zip css/webfonts.zip sounds.zip
css/webfonts.zip: css/webfonts/*
zip -r css/webfonts.zip css/webfonts
......@@ -214,6 +214,9 @@ css/webfonts.zip: css/webfonts/*
locale.zip:
zip -r locale.zip locale --exclude *.pot --exclude *.po
sounds.zip:
zip -r sounds.zip sounds
########################################################################
## Tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment