We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df38e98 commit a1bb14cCopy full SHA for a1bb14c
deps/rabbitmq_management/Makefile
@@ -45,3 +45,6 @@ list-dist-deps::
45
prepare-dist::
46
$(verbose) sed 's/%%VSN%%/$(PROJECT_VERSION)/' bin/rabbitmqadmin \
47
> $(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