improved makefile
This commit is contained in:
parent
b0130531f8
commit
d0de845bee
1
Makefile
1
Makefile
@ -17,5 +17,6 @@ package:
|
|||||||
|
|
||||||
publish:
|
publish:
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
|
cd dist && git pull
|
||||||
cp -r app/* dist/
|
cp -r app/* dist/
|
||||||
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
|
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
|
@ -115,12 +115,6 @@
|
|||||||
<div ng-switch-when="messageMediaDocument" class="im_message_document">
|
<div ng-switch-when="messageMediaDocument" class="im_message_document">
|
||||||
<a href="" ng-click="openDoc(historyMessage.media.document.id)" ng-if="!historyMessage.media.document.progress.enabled">
|
<a href="" ng-click="openDoc(historyMessage.media.document.id)" ng-if="!historyMessage.media.document.progress.enabled">
|
||||||
<i class="icon icon-document"></i>
|
<i class="icon icon-document"></i>
|
||||||
<!-- <img
|
|
||||||
class="im_message_document_thumb"
|
|
||||||
my-load-thumb
|
|
||||||
thumb="historyMessage.media.document.thumb"
|
|
||||||
ng-if="historyMessage.media.document.thumb"
|
|
||||||
/> -->
|
|
||||||
</a>
|
</a>
|
||||||
<i class="icon icon-document" ng-if="historyMessage.media.document.progress.enabled"></i>
|
<i class="icon icon-document" ng-if="historyMessage.media.document.progress.enabled"></i>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user