Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashwanikumar04/static-data-compressor

Project to compress static resources like html, css, js etc
https://github.com/ashwanikumar04/static-data-compressor

gulp javascript nodejs

Last synced: 12 days ago
JSON representation

Project to compress static resources like html, css, js etc

Awesome Lists containing this project

README

        

- [Summary](#summary)
- [Install](#install)
- [Command to compress](#command-to-compress)

### Summary

Project to compress static resources like html, css, js etc

### Install

```
npm install
```

### Command to compress

```
gulp --dest=temp --src=src
```