mirror of https://github.com/status-im/consul.git
ui: slight typo in makefile
This commit is contained in:
parent
b16ba9da0a
commit
085b26410c
|
@ -14,6 +14,6 @@ dist:
|
||||||
cp -R ./static dist/static/
|
cp -R ./static dist/static/
|
||||||
cp index.html dist/index.html
|
cp index.html dist/index.html
|
||||||
sed -E -e "/ASSETS/,/\/ASSETS/ d" -ibak dist/index.html
|
sed -E -e "/ASSETS/,/\/ASSETS/ d" -ibak dist/index.html
|
||||||
sed -E "s#<\/body>#<script src=\"static/application.min.js\"></script></body>#" -ibak dist/index.html
|
sed -E -e "s#<\/body>#<script src=\"static/application.min.js\"></script></body>#" -ibak dist/index.html
|
||||||
|
|
||||||
.PHONY: server watch dist
|
.PHONY: server watch dist
|
||||||
|
|
Loading…
Reference in New Issue