Skip to content

Commit

Permalink
Developer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cabloo committed Jan 29, 2017
1 parent 128c069 commit 5e0b935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/nohup.out
/node_modules
/.sass-cache
/.idea/workspace.xml
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ gulp.task('browsersync', function () {
server: {
baseDir: 'public/',
},
port: 8080,
port: 8001,
});

});
Expand Down

0 comments on commit 5e0b935

Please sign in to comment.