Procházet zdrojové kódy

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

joudinet před 6 roky
rodič
revize
21c8be8da3
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -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/'