You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
Steps to Reproduce
(Write your steps here:)
Install WPGulp
Set projectURL: 'localhost/directory' in the wpgulp.config.js
npm start
node -v: 10.15.3
npm -v: 6.4.1
yarn --version (if you use Yarn):
Then, specify:
Operating system: Windows 10
Browser and version (if relevant):
Local install: XAMPP 7.0.30
Possible Solution
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered:
likethegoddess
changed the title
Processing stops after "Finished 'vendor.js' after
Processing stops after "Finished 'vendor.js' after"
May 21, 2019
likethegoddess
changed the title
Processing stops after "Finished 'vendor.js' after"
Processing stops after "Finished 'vendorJS' after"
May 21, 2019
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.Steps to Reproduce
(Write your steps here:)
projectURL: 'localhost/directory'
in the wpgulp.config.jsnpm start
node -v
: 10.15.3npm -v
: 6.4.1yarn --version
(if you use Yarn):Then, specify:
Possible Solution
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: