Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeineOnIce committed Jul 27, 2023
1 parent c5369fc commit 80b77d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Auto-Minify extension for VSCode
# Auto Minify extension for VSCode

Automatically minify your HTML, CSS and JS files to save space and bandwidth.

Expand All @@ -24,9 +24,12 @@ Automatically minify your HTML, CSS and JS files to save space and bandwidth.
* **CSS:** [clean-css](https://github.com/clean-css/clean-css/)
* **JS:** [terser](https://github.com/terser/terser/)

- See changelog for version updates.


# Heads-Up

- I made this because the minifier I used [Minify](https://marketplace.visualstudio.com/items?itemName=HookyQR.minify) has not been updated for a while, and seems like it has been abandoned. So, I made an upgraded version of it.
- As it is based on the dependencies, any errors on minifying is entirely caused by the dependencies.
- Any new features that are desired, please request them in the Issues tab. They are greatly welcomed.

Expand Down

0 comments on commit 80b77d2

Please sign in to comment.