T
T
TobiraSoe2017-06-04 22:42:05
Node.js
TobiraSoe, 2017-06-04 22:42:05

How does webpack, gulp, grunt, node work, or rather access to config files?

How does webpack , gulp , grunt , node work , or rather access to config files ? There are different gulpfile.js , webpack.config.js , Gruntfile.js , package.json . And how is it all set up? How can these modules access these files? How do they contact them?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2017-06-04
@maxfarseer

I think for "webpack, gulp, grunt" - the fs module (you can refer to files on your computer in your node.js script).
For node, you need to google a level deeper and see how this fs module is written.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question