WPGulp icon indicating copy to clipboard operation
WPGulp copied to clipboard

Processing stops after "Finished 'vendorJS' after"

Open likethegoddess opened this issue 5 years ago • 0 comments

Bug Report

Expected Behavior

(Write what you thought would happen.) I expected WPGulp to complete processing.

Actual Behavior

(Write what happened. Please add screenshots!) I installed WPGulp according to instructions, including setting projectURL: 'localhost/ltgbase'.

On npm start, processing stopped after the Finished 'vendor.JS' after line. Browsersync is listed as proxying http://localhost rather than http://localhost/ltgbase as specified in wpgulp.config.js. (I tried both localhost/ltgbase and http://localhost/ltgbase.) Local, External, UI, and UI External are not populated.

wp-gulp-browsersync-issue

Steps to Reproduce

(Write your steps here:)

  1. Install WPGulp
  2. Set projectURL: 'localhost/directory' in the wpgulp.config.js
  3. npm start
  1. node -v: 10.15.3
  2. npm -v: 6.4.1
  3. yarn --version (if you use Yarn):

Then, specify:

  1. Operating system: Windows 10
  2. Browser and version (if relevant):
  3. Local install: XAMPP 7.0.30

Possible Solution

Reproducible Demo

(Paste the link to an example project and exact instructions to reproduce the issue.)

likethegoddess avatar May 21 '19 05:05 likethegoddess