Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuijiemmx/wepy-plugin-filemin
https://github.com/cuijiemmx/wepy-plugin-filemin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuijiemmx/wepy-plugin-filemin
- Owner: cuijiemmx
- Created: 2018-02-11T14:06:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T14:26:17.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T21:03:42.332Z (5 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wepy - wepy-plugin-filemin: wepy 文件压缩插件
README
# wepy 文件压缩插件
支持css,xml,json的压缩
## 安装
```
npm install wepy-plugin-filemin --save-dev
```## 配置`wepy.config.js`
```
module.exports.plugins = {
'filemin': {
filter: /\.(json|wxml|xml)$/
}
};
```