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
Upon starting a server with gls('main.js').start(), I'm experiencing a delay due to the presence of my node_modules directory in the current directory. Moving the node_modules directory out of the way (for instance with mv node_modules ..) removes the delay.
I may be missing something obvious in the documentation, but is there a way to get rid of this delay? Is it perhaps possible (and meaningful) to instruct gulp-live-server to configure tiny-lr to serve another directory instead (or perhaps disable static file serving altogether)?
Thanks!
The text was updated successfully, but these errors were encountered:
Upon starting a server with
gls('main.js').start()
, I'm experiencing a delay due to the presence of my node_modules directory in the current directory. Moving the node_modules directory out of the way (for instance withmv node_modules ..
) removes the delay.I may be missing something obvious in the documentation, but is there a way to get rid of this delay? Is it perhaps possible (and meaningful) to instruct gulp-live-server to configure tiny-lr to serve another directory instead (or perhaps disable static file serving altogether)?
Thanks!
The text was updated successfully, but these errors were encountered: