Skip to content

Commit b4cfd08

Browse files
committed
Changed grunt port to avoid conflict with other very used repositories.
1 parent d0f4a56 commit b4cfd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
1515
dev: {
1616
options: {
1717
hostname: '*',
18-
port: 8989,
18+
port: 8888,
1919
middleware: function (connect, options) {
2020
return [connect.static(join(__dirname, 'build')) ];
2121
}

0 commit comments

Comments
 (0)