Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/px86/css-minifier
A CSS minifier in C++.
https://github.com/px86/css-minifier
begineer-friendly css-minifier css-minify
Last synced: 26 days ago
JSON representation
A CSS minifier in C++.
- Host: GitHub
- URL: https://github.com/px86/css-minifier
- Owner: px86
- License: mit
- Created: 2022-02-03T16:59:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T14:45:50.000Z (about 3 years ago)
- Last Synced: 2024-11-27T11:18:06.013Z (3 months ago)
- Topics: begineer-friendly, css-minifier, css-minify
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Minify - A CSS minifier
#+AUTHOR: Pushkar Raj
#+DATE: [2022-02-03 Thu]Remove comments and unnecessary whitespaces from a CSS file.
* Compilation
It's very simple.
#+begin_src shell
g++ -std=c++11 -o minify minify.cpp
#+end_srcor, if you have =GNU Make= installed, run =make= to compile the program, and =make test= for running the program on the =example.css= file.
#+begin_src shell
make test
#+end_src* Usage
#+begin_src shell
minify
#+end_src