Skip to content

Commit

Permalink
Grunt: use different ports than p5.js-website for watch and connect
Browse files Browse the repository at this point in the history
  • Loading branch information
therewasaguy committed Jul 18, 2017
1 parent 4de4e6e commit 9373141
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ module.exports = function(grunt) {
main: {
files: ['src/**/*.js'],
tasks: ['requirejs'],
options: { livereload: true }
options: {
livereload: {
port: 35728
}
},
}
},
requirejs: {
Expand Down Expand Up @@ -144,6 +148,7 @@ module.exports = function(grunt) {
server: {
options: {
port: 8000,
livereload: 35727,
hostname: '*'
}
}
Expand Down

0 comments on commit 9373141

Please sign in to comment.