Skip to content

Commit a1bb14c

Browse files
committed
Version main.css
To avoid using a chached version from an older RabbitMQ version.
1 parent df38e98 commit a1bb14c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbitmq_management/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ list-dist-deps::
4545
prepare-dist::
4646
$(verbose) sed 's/%%VSN%%/$(PROJECT_VERSION)/' bin/rabbitmqadmin \
4747
> $(EZ_DIR)/priv/www/cli/rabbitmqadmin
48+
mv $(EZ_DIR)/priv/www/css/main.css $(EZ_DIR)/priv/www/css/main-$(PROJECT_VERSION).css
49+
$(verbose) sed "s#css/main.css#css/main-$(PROJECT_VERSION).css#" priv/www/index.html \
50+
> $(EZ_DIR)/priv/www/index.html

0 commit comments

Comments
 (0)