Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mipengine/mip-processor-jscompress
MIP Processor For JS Compress
https://github.com/mipengine/mip-processor-jscompress
Last synced: 3 days ago
JSON representation
MIP Processor For JS Compress
- Host: GitHub
- URL: https://github.com/mipengine/mip-processor-jscompress
- Owner: mipengine
- Created: 2016-10-06T15:56:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T15:37:55.000Z (about 8 years ago)
- Last Synced: 2024-10-14T07:53:24.018Z (about 1 month ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mip-processor-jscompress
===========MIP Processor For JS Compress
### usage
```js
var Builder = require('mip-builder');
var JSCompressor = require('mip-processor-jscompress');var builder = new Builder({
// bla blaprocessor: [
// bla bla
new JSCompressor()
]
});builder.build();
```