B
B
bormor2018-06-15 10:33:15
npm
bormor, 2018-06-15 10:33:15

We transfer coders from bower to npm/yarn in Gulp assembly. How to find good tutorials?

For layout designers, projects are assembled through Gulp and Bower.
By adding a dependency via Bower - Gulp automatically rebuilds SCSS and JS into 1 file.
We want to move to npm / yarn.
Is it possible to add the same convenience?
So that the coder can drive in 'npm i slick-slider' and all dependencies for css and js are automatically connected to him.
How can I find tutorials that can help this solve this problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Proskurin, 2018-06-15
@Vlad_IT

Why not add webpack to npm/yarn? On some scripts, it seems to me, you can’t go far yet. And in webpack, imports are pulled from node_modules.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question