M
M
Michael2018-08-16 09:28:10
Layout
Michael, 2018-08-16 09:28:10

Which assembly is the most efficient for layout in 2018?

I use the npm+gulp+gulp-modules build, but the plugins are constantly changing and outdated
Tell me, which one is more convenient and better to work with today?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
Pavel Antonov, 2018-08-16
@blackfoxy

Parcel

I
ildar-meyker, 2018-08-16
@ildar-meyker

Yes, it doesn't matter what you use. No one will be ashamed, even if you sit on the grunt. It's only the ignorant chasing trends. A tool is a tool.
Webpack is more of a story about js modules. About the ability to use any known approach for declaring modules. You want AMD, you want CommonJS or ES6 syntax. Yes, he knows how to collect other assets, well, let him know how. Tomorrow they'll come up with something else.
You can easily pull some modules through grunt, some through gulp, and include webpack separately. Thus starting through one command. It's all npm.

S
skyline_404, 2018-08-17
@skyline_404

Webpack for js( Babel, hot-middleware and all that) + gulp, Webpack compiles scss for a very long time, I don't know who says that gulp is outdated))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question