Understrap: What gulp script to run on deployment.

Created on 1 Aug 2017  路  4Comments  路  Source: understrap/understrap

I've been asked to deploy a project built with this theme to a production server, for which I'll use shipitjs.

What gulp command do I run to do a production build? I'm looking for a gulp build script and I can't see one.

Most helpful comment

Hey, sorry for my late reply.
gulp dist
is the right command to create a distribution folder with anything you need on your live site but without the dev stuff.
You just need to upload the content of the /dist folder to your live systems /wp-content/themes/understrap folder via your deploy script

All 4 comments

Hey, sorry for my late reply.
gulp dist
is the right command to create a distribution folder with anything you need on your live site but without the dev stuff.
You just need to upload the content of the /dist folder to your live systems /wp-content/themes/understrap folder via your deploy script

Closing as @holger1411 provided useful feedback.

why is understrap within the node_modules directory to begin with? When I go to export the site, WP says it can't find 'node_modules/understrap' because I used gulp dist and then uploaded that folder to the live server. I figured maybe I would have to rename it 'understrap' but I don't want to be putting it in a folder called 'node_modules' for no reason. This is how a standard installation of npm install understrap organized the files for some reason instead of putting node_modules in a separate folder.

Is there a way to install Understrap differently that will still run Gulp and BrowserSync properly?

Ok, well I tried a different installation approach by downloading the zipped theme, activating it and running 'npm install' from inside that theme directory afterward. This put the node_modules folder inside the Understrap theme directory instead of the reverse, which is nice, but BrowserSync and Gulp Watch no longer worked.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

revamperdiaries picture revamperdiaries  路  5Comments

Routhinator picture Routhinator  路  3Comments

Stefany93 picture Stefany93  路  4Comments

ZacharyElkins picture ZacharyElkins  路  3Comments

jonnymaceachern picture jonnymaceachern  路  4Comments