https://github.com/kakra/html_cleanup
Provide cleanup of HTML code by minifying style and script blocks and reducing redundant HTML whitespace
https://github.com/kakra/html_cleanup
Last synced: about 1 year ago
JSON representation
Provide cleanup of HTML code by minifying style and script blocks and reducing redundant HTML whitespace
- Host: GitHub
- URL: https://github.com/kakra/html_cleanup
- Owner: kakra
- License: mit
- Created: 2009-02-22T15:54:40.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-02-22T19:06:49.000Z (over 17 years ago)
- Last Synced: 2025-03-26T05:43:04.410Z (about 1 year ago)
- Language: Ruby
- Homepage: http://hurikhan77.lighthouseapp.com/projects/25943-html-cleanup/overview
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
README
Contributors:
Kai Krakow - Implementation
Kudos go to:
Ryan Grove - for providing http://github.com/rgrove/jsmin
and http://github.com/rgrove/cssmin
Douglas Crockford - for providing the original JSMin implementation
This file is still in progress...