ui: slight typo in makefile

This commit is contained in:
Mitchell Hashimoto 2014-05-01 12:44:18 -07:00
parent c45029e038
commit dcc11e4726
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ dist:
cp -R ./static dist/static/
cp index.html 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