Skip to content

Commit a4174bf

Browse files
committed
- add code minifier to tools.json, sidebar.html and add screenshot
1 parent bfe0419 commit a4174bf

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,5 +1362,16 @@
13621362
"aiPowered": false,
13631363
"featured": false,
13641364
"date": "2025-04-30"
1365+
},
1366+
{
1367+
"id": "code_minifier",
1368+
"title": "Code Minifier",
1369+
"description": "Free online code minifier tool that compresses JavaScript, CSS, HTML, JSON, SQL, Python, and PHP code to reduce file size and improve website loading speed.",
1370+
"url": "tools/code_minifier.html",
1371+
"screenshot": "screenshots/screenshot_178.png",
1372+
"type": "tool",
1373+
"aiPowered": false,
1374+
"featured": false,
1375+
"date": "2025-05-01"
13651376
}
13661377
]

screenshots/screenshot_178.png

30 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ <h2>Tools by ChatGPT</h2>
263263
<li><a href="/tools/text_sound_visualizer.html">Text Sound Visualizer</a></li>
264264
<li><a href="/tools/invoice_generator.html">Invoice Generator</a></li>
265265
<li><a href="/games/color_guessing_game.html">Color Guessing Game</a></li>
266+
<li><a href="/tools/code_minifier.html">Code Minifier</a></li>
266267
<!-- end -->
267268
</ul>
268269
</div>

0 commit comments

Comments
 (0)