Skip to content

Commit

Permalink
compress images
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Dec 2, 2016
1 parent bb90447 commit 8221389
Show file tree
Hide file tree
Showing 68 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"babel-runtime": "^6.18.0",
"wepy": "^1.0.10"
"wepy": "^1.1.5"
}
}
Binary file modified src/images/album.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/arrow_left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/collect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/contact_active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/discovery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/discovery_active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/drift.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/emoji.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/face.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/group_chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/header/dinglei.png
Binary file not shown.
Binary file removed src/images/header/liuchuanzhi.png
Binary file not shown.
Binary file removed src/images/header/liuqiangdong.png
Binary file not shown.
Binary file removed src/images/header/liyanhong.png
Binary file not shown.
Binary file removed src/images/header/mayun.png
Binary file not shown.
Binary file removed src/images/header/pony.png
Binary file not shown.
Binary file modified src/images/me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/me_active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/message.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/message_active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/moment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/myheader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/new_friend.png
Binary file modified src/images/plus.png
Binary file modified src/images/public.png
Binary file modified src/images/qr_code.png
Binary file modified src/images/scan.png
Binary file modified src/images/setting.png
Binary file modified src/images/shake.png
Binary file modified src/images/shopping.png
Binary file modified src/images/tag.png
Binary file modified src/images/voice.png
Binary file modified src/images/wallet.png
Binary file modified src/mocks/users/caixia.png
Binary file modified src/mocks/users/dinglei.png
Binary file modified src/mocks/users/erkang.png
Binary file modified src/mocks/users/ertai.png
Binary file modified src/mocks/users/fuheng.png
Binary file modified src/mocks/users/fujin.png
Binary file modified src/mocks/users/fulun.png
Binary file modified src/mocks/users/huanghou.png
Binary file modified src/mocks/users/huangshang.png
Binary file modified src/mocks/users/jingsuo.png
Binary file modified src/mocks/users/laofuoye.png
Binary file modified src/mocks/users/linfei.png
Binary file modified src/mocks/users/liuchuanzhi.png
Binary file modified src/mocks/users/liuhong.png
Binary file modified src/mocks/users/liuqiangdong.png
Binary file modified src/mocks/users/liuqing.png
Binary file modified src/mocks/users/liyanhong.png
Binary file modified src/mocks/users/mahuateng.png
Binary file modified src/mocks/users/mayun.png
Binary file modified src/mocks/users/mingyue.png
Binary file modified src/mocks/users/qinger.png
Binary file modified src/mocks/users/rongmeme.png
Binary file modified src/mocks/users/saiya.png
Binary file modified src/mocks/users/wuage.png
Binary file modified src/mocks/users/xiangfei.png
Binary file modified src/mocks/users/xiaodengzi.png
Binary file modified src/mocks/users/xiaojian.png
Binary file modified src/mocks/users/xiaoyanzi.png
Binary file modified src/mocks/users/xiaozhuozi.png
Binary file modified src/mocks/users/ziwei.png
20 changes: 20 additions & 0 deletions wepy.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
"wpyExt": ".wpy",
"sass": {
"outputStyle": "compressed"
},
"less": {
"compress": true
},
"babel": {
"presets": [
"es2015",
"stage-1"
],
"plugins": [
"transform-export-extensions",
"syntax-export-extensions",
"transform-runtime"
]
}
};

0 comments on commit 8221389

Please sign in to comment.