Skip to content

Commit dc5962a

Browse files
committed
Modify test server port
1 parent ca69688 commit dc5962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function(grunt) {
1919
files: ['grunt.js', 'test/**/*.js', 'src/**/*.js']
2020
},
2121
server: {
22-
port: 8080
22+
port: 8573
2323
},
2424
qunit: {
2525
urls: ['1.4.3', '1.9.0', '2.0.0b1'].map(function(version) {

0 commit comments

Comments
 (0)