https://github.com/bmeurer/websitecompressor
WebsiteCompressor is a small, fast and very easy to use Java utility that minifies a whole website, with all CSS, HTML, JavaScript and XML files by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result the pages become smaller in size and load faster.
https://github.com/bmeurer/websitecompressor
Last synced: over 1 year ago
JSON representation
WebsiteCompressor is a small, fast and very easy to use Java utility that minifies a whole website, with all CSS, HTML, JavaScript and XML files by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result the pages become smaller in size and load faster.
- Host: GitHub
- URL: https://github.com/bmeurer/websitecompressor
- Owner: bmeurer
- License: apache-2.0
- Created: 2011-07-27T06:37:45.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-06-03T08:20:43.000Z (about 14 years ago)
- Last Synced: 2025-01-22T21:32:11.665Z (over 1 year ago)
- Language: Java
- Homepage: http://benediktmeurer.de/websitecompressor
- Size: 961 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
WebsiteCompressor
http://benediktmeurer.de/websitecompressor
WebsiteCompressor is a small, fast and very easy to use Java utility that
minifies a whole website, with all CSS, HTML, JavaScript and XML files by
removing extra whitespaces, comments and other unneeded characters without
breaking the content structure. As a result the pages become smaller in
size and load faster.
WebsiteCompressor is licensed under the Apache License 2.0. See the LICENSE
file for details.