From 62cacd4043bf6100896ac6f170f217abddf0255c Mon Sep 17 00:00:00 2001 From: Ole Fredrik Lie Date: Sat, 5 Aug 2017 14:14:31 +0200 Subject: [PATCH] Remove my localhost from the URL variable in Gulpfile --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 7002d065c..0df673765 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -27,7 +27,7 @@ function loadConfig() { // Enter URL of your local server here // Example: 'http://localhost:8888' -var URL = 'http://foundationpress:8888'; +var URL = ''; // Build the "dist" folder by running all of the below tasks gulp.task('build',