N
N
Nik_10112020-08-12 03:38:49
minification
Nik_1011, 2020-08-12 03:38:49

How to understand which libraries are installed on the site by app.min.js and app.min.css files?

Hello.

I use gulp 4 to compress files and images, as a result of use, 2 files remain - styles (app.min.css) and js (app.min.js). Of course, it loads faster this way, but in the future, let's say we need to change something, how to understand which libraries were installed, if everything is in one file? I understand only through the inspector in the browser to go and find the libraries.

I just want to make it convenient both for myself and, for example, if another developer works with this site, so that he understands.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-08-12
@Nik_1011

By default, any project is started in GIT, and there it doesn’t matter what the output is, though you can put a source map, but in general, if there are sources, it doesn’t matter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question