R
R
revdalon2016-01-24 15:58:03
Node.js
revdalon, 2016-01-24 15:58:03

Publishing a finished site on gulp, how?

Good afternoon!
I'm a beginner, I made a couple of small static sites, launched an online store on Wordpress and, in general, everything, in general, I'm delving into it slowly :) Now I'm faced with a task - I received an archive with a site that needs to be placed on my hosting from the company's American partners. After unpacking the archive and rummaging through the files, I realized that this is the first time I see this. I started digging from the gulpfile.js file and learned about gulp. I bought a VPS, installed Node.js on it and gulp itself.
And I don't understand what to do next. How to publish a site? What should be done? What to do with this site archive, how to launch everything that is located on it?
ps I can’t contact the developer, the site was barely received from him (for three months we made requests), and there’s no question of consultation
Thanks in advance for advice.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2016-01-24
@revdalon

You do not need to install gulp on the server Go
to the directory where packages.json is and there npm install
Then in the directory where gulpfile.js is located gulp
Then take the finished statics from the public directory

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question