Commit 21c8be8d authored by joudinet's avatar joudinet Committed by JC Brand

Makefile: Keep .min extension and add sourcemap to the assets archive (#1453)

parent e6b2e047
......@@ -100,7 +100,8 @@ release:
make po2json
make build
mkdir -p 'converse-assets-$(VERSION)'
$(INSTALL) -D dist/converse.min.js 'converse-assets-$(VERSION)/converse.js'
$(INSTALL) -D dist/converse.min.js 'converse-assets-$(VERSION)/converse.min.js'
$(INSTALL) -D dist/converse.min.js.map 'converse-assets-$(VERSION)/converse.min.js.map'
$(INSTALL) -D css/converse.min.css \
'converse-assets-$(VERSION)/css/converse.css'
cp -r css/webfonts 'converse-assets-$(VERSION)/css/'
......
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