Removed symlink from the asset build

This commit is contained in:
Ev Kontsevoy 2016-03-24 12:54:50 -07:00
parent ef9a0bcc44
commit 520dc9c482

View file

@ -55,6 +55,7 @@ clean:
.PHONY: assets
assets:
rm -rf $(BUILDDIR)/app
rm -f web/dist/app/app
cp -r web/dist/app $(BUILDDIR)
cp web/dist/index.html $(BUILDDIR)
cp README.md $(BUILDDIR)