T
T
t38c3j2015-12-26 03:23:30
IT terminology
t38c3j, 2015-12-26 03:23:30

Purpose of dist and build folders?

Good day.
Why do I use these folders in project builders and so on?
As I understand it, for example: let's take the Grunt builder, build the project, in the build folder there are not minified files, but minified files in the dist folder?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2015-12-26
@t38c3j

In fact, these folders do not have any special meaning, for example, you can do without them at all or name them something else.
For example, I am writing a browser extension on coffescript - js from coffee is compiled into the dist folder and I load it in development mode. And a ready-made update archive for the extension store is collected in the build folder .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question