Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 96783da

Browse files
author
Nick Litwin
committed
Change port back to 3000
1 parent df7dbd4 commit 96783da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ config.serve = {
121121
scssFiles: ['./assets/css/**/*.scss'],
122122
jadeFiles: ['./app/**/*.jade'],
123123
options: {
124-
port: 3141,
124+
port: 3000,
125125
reloadDelay: 1200,
126126
open: true,
127127
logPrefix: 'Topcoder-App',

0 commit comments

Comments
 (0)