How To Configure Gulp For Different Repos #448
-
I cloned the repo locally and got Gulp setup and was able to eventually compile everything. I then forked main and cloned that, but when I went to run Gulp I got this error:
Which part of the steps listed on the gulp setup are unique to each cloned directory tree? With all the automation that platform.io seems to have, is Gulp really needed to process the webpages? Looking over the gulp script it appears to do the following:
Is that an oversimplification? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It concatenates them as well. I've been working on a complete rewrite of the UI in reactjs, so everything about the frontend build (gulp, etc..) will be changing drastically in the future. npm install will drop everything into the node_modules directory of where package.json is. |
Beta Was this translation helpful? Give feedback.
-
I was able to get things working again by running:
Running the original steps, after having done them with the prior clone, didn't work. I'm sure its ignorance on my part. |
Beta Was this translation helpful? Give feedback.
I was able to get things working again by running:
Running the original steps, after having done them with the prior clone, didn't work. I'm sure its ignorance on my part.