https://github.com/hwclass/uncss-client
A client for uncss tool initialized by gulp
https://github.com/hwclass/uncss-client
Last synced: 5 months ago
JSON representation
A client for uncss tool initialized by gulp
- Host: GitHub
- URL: https://github.com/hwclass/uncss-client
- Owner: hwclass
- License: mit
- Created: 2015-11-11T13:45:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T21:18:45.000Z (over 10 years ago)
- Last Synced: 2025-06-29T08:37:45.473Z (12 months ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uncss-client
A client for uncss tool initialized by gulp
## Installation
Install via [npm][npm]:
```
npm install
```
## Usage
Use 'src' directory to store the html and css files
Run gulp process:
```
gulp
```
The eliminated css rules are selected into the `out` directory.
## License
MIT © hwclass
[gulp-uncss]: https://github.com/ben-eb/gulp-uncss
[npm]: https://www.npmjs.com/