Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashwanikumar04/static-data-compressor
- Owner: ashwanikumar04
- Created: 2017-03-25T14:24:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T15:06:00.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T02:15:58.501Z (2 months ago)
- Topics: gulp, javascript, nodejs
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```