diff --git a/Gruntfile.js b/Gruntfile.js index f7e3c0ad..cf18babb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -180,7 +180,7 @@ module.exports = function(grunt) { connect: { server: { options: { - port: 8000, + port: 8888, base: '.' } }