Skip to content

Commit

Permalink
gulpfile mod to point to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
cldougl committed Feb 21, 2017
1 parent 2f499f1 commit af32b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ gulp.task('watch', function () {
gulp.watch('scss/**/*', ['sass']);

browserSync({
proxy: "api.plotly.dev", // Set this to whatever you want and then point it to /_site (in mamp or your favorite method)
proxy: "http://127.0.0.1:4000/", // Set this to whatever you want and then point it to /_site (in mamp or your favorite method)
files: ["_site/*.html"]

});
Expand Down

0 comments on commit af32b90

Please sign in to comment.