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',