ui: delete backup files

This commit is contained in:
Mitchell Hashimoto 2014-05-01 12:45:15 -07:00
parent 085b26410c
commit 1ee4726073
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@ dist:
cp index.html dist/index.html
sed -E -e "/ASSETS/,/\/ASSETS/ d" -ibak dist/index.html
sed -E -e "s#<\/body>#<script src=\"static/application.min.js\"></script></body>#" -ibak dist/index.html
rm dist/index.htmlbak
.PHONY: server watch dist