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
A preface:
after trying to deal for a big while with the Win+Vagrant(VirtualBox) symlink creation problem during the modman clone I decided to install the bootstrap manually.
Everything seems to work but when I run gulp inside the skin\frontend\waterlee-boilerplate\default directory the browser retrieve a blank page for localhost:8080/waterlee/
I'm running gulp without starting the vagrant machine.
Here's what the Console is logging:
[11:25:47] Using gulpfile d:\MAGENTO\skin\frontend\waterlee-boilerplate\default\gulpfile.js
[11:25:47] Starting 'sass'...
[11:25:47] Starting 'js'...
[11:25:47] Starting 'watch'...
[11:25:47] Finished 'watch' after 63 ms
[11:25:47] Starting 'browser-sync'...
[11:25:47] Finished 'browser-sync' after 83 ms
[11:25:50] gulp-notify: [Gulp notification] Successfully compiled SASS
[11:25:50] Finished 'sass' after 2.41 s
[11:25:50] gulp-notify: [Gulp notification] Successfully compiled JS
[11:25:50] Finished 'js' after 2.48 s
[11:25:50] Starting 'default'...
[11:25:50] Finished 'default' after 9.94 μs
[BS] Proxying: http://localhost
[BS] Access URLs:
-----------------------------------------------
Local: http://localhost:8080/waterlee/
External: http://192.168.1.16:8080/waterlee/
-----------------------------------------------
UI: http://localhost:3001
UI External: http://192.168.1.16:3001
-----------------------------------------------
As you can see the Access URLs is empty.
Any idea of what is causing the issue?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
ant0nioli
changed the title
empty browser window running "gulp"
blank browser window running "gulp"
Oct 11, 2015
I tried to solve the issue creating a VirtualBox Host-Only Ethernet Adapter in Virtualbox with the browser-sync proxy's ip, but no luck.
Could someone, maybe @zeljkoprsa help me with this?
Hi and thank you for sharing this project!
A preface:
after trying to deal for a big while with the Win+Vagrant(VirtualBox) symlink creation problem during the
modman clone
I decided to install the bootstrap manually.Everything seems to work but when I run
gulp
inside the skin\frontend\waterlee-boilerplate\default directory the browser retrieve a blank page for localhost:8080/waterlee/I'm running
gulp
without starting the vagrant machine.Here's what the Console is logging:
As you can see the Access URLs is empty.
Any idea of what is causing the issue?
Thank you in advance.
The text was updated successfully, but these errors were encountered: