A
A
artlinnk2014-10-07 14:32:44
HTML
artlinnk, 2014-10-07 14:32:44

How to work with the site after HTML/CSS/JS optimization?

How do you work on the site after optimizing html/css/js. By optimization I mean removing spaces, line breaks and other garbage.
With css/js it is even more or less clear - to have 2 files, normal and optimized, which will already be on the site.
But with HTML? If it is already cut and stretched on cms? Well, you’ll break your leg, edit something ...
Is there any software that simplifies all these processes? Interested in MacOS.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexey Lebedev, 2014-10-07
@swanrnd

Well, in general, HTML should be normal, and CMS should compress HTML and display normal pages.

A
Alexander Mischuk, 2014-10-07
@Mischuk

Is it so difficult?
Hundreds of these tools. The first one in the request.
Use Internet search engines, please.

M
Maxim Grechushnikov, 2014-10-07
@maxyc_webber

Plus I would suggest learning SCSS.

D
Damir, 2018-06-07
@ddem

No need to optimize core js/css files.
The script or service creates new files scripts.min.js, styles.min.css, they are included in the battle. The working code connects the original files, when deploying, the files are automatically combined and compressed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question