Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Remove my localhost from the URL variable in Gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed Aug 5, 2017
1 parent 96d8a86 commit 62cacd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 62cacd4

Please sign in to comment.